Discard changes to src/lib/strings/embed-player.ts
This commit is contained in:
@@ -11,8 +11,8 @@ const IFRAME_HOST = isWeb
|
|||||||
? 'http://localhost:8100'
|
? 'http://localhost:8100'
|
||||||
: 'https://bsky.app'
|
: 'https://bsky.app'
|
||||||
: __DEV__ && !process.env.JEST_WORKER_ID
|
: __DEV__ && !process.env.JEST_WORKER_ID
|
||||||
? 'http://localhost:8100'
|
? 'http://localhost:8100'
|
||||||
: 'https://bsky.app'
|
: 'https://bsky.app'
|
||||||
|
|
||||||
export const embedPlayerSources = [
|
export const embedPlayerSources = [
|
||||||
'youtube',
|
'youtube',
|
||||||
|
|||||||
Reference in New Issue
Block a user