about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-06-24 10:24:39 -0700
committerGitHub <noreply@github.com>2024-06-24 10:24:39 -0700
commit77a512ae32eb1aae6be2b67779ffd9d8a1e28cb6 (patch)
treee9c9d792aecc478b89500ab85bfd6adfed2e4662 /app.config.js
parentf769564edfea3ec6406c49ef639685d942e14e09 (diff)
downloadvoidsky-77a512ae32eb1aae6be2b67779ffd9d8a1e28cb6.tar.zst
Couple of starter packs tweaks (#4604)
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/app.config.js b/app.config.js
index 57d430586..4a4491228 100644
--- a/app.config.js
+++ b/app.config.js
@@ -45,9 +45,7 @@ module.exports = function (config) {
     'appclips:bsky.app',
     'appclips:go.bsky.app', // Allows App Clip to work when scanning QR codes
     // When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
-    ...(IS_DEV || IS_TESTFLIGHT
-      ? ['appclips:sptesting.haileyok.com', 'applinks:sptesting.haileyok.com']
-      : []),
+    ...(IS_DEV || IS_TESTFLIGHT ? [] : []),
   ]
 
   const UPDATES_CHANNEL = IS_TESTFLIGHT