add appclip associated domain

This commit is contained in:
Hailey
2024-06-17 10:20:07 -07:00
parent b4093961de
commit 18d58d13fe
+2 -1
View File
@@ -42,8 +42,9 @@ module.exports = function (config) {
const ASSOCIATED_DOMAINS = [
'applinks:bsky.app',
'applinks:staging.bsky.app',
'appclips:bsky.app',
// When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
...(IS_DEV ? ['applinks:dc19-24-237-65-73.ngrok-free.app'] : []),
...(IS_DEV ? [] : []),
]
const UPDATES_CHANNEL = IS_TESTFLIGHT