From 77a512ae32eb1aae6be2b67779ffd9d8a1e28cb6 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 24 Jun 2024 10:24:39 -0700 Subject: Couple of starter packs tweaks (#4604) --- app.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app.config.js') 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 -- cgit 1.4.1