Rename to bsky.app
This commit is contained in:
parent
b6f3a234da
commit
2377431901
17 changed files with 32 additions and 32 deletions
|
@ -3,9 +3,9 @@ import {isIOS, isAndroid, isNative, isWeb} from './detection'
|
|||
|
||||
export function makeAppUrl(path = '') {
|
||||
if (isIOS) {
|
||||
return `pubsqapp://${path}`
|
||||
return `bskyapp://${path}`
|
||||
} else if (isAndroid) {
|
||||
return `pubsq://app${path}`
|
||||
return `bsky://app${path}`
|
||||
} else {
|
||||
// @ts-ignore window exists -prf
|
||||
return `${window.location.origin}${path}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue