add association

This commit is contained in:
Hailey
2024-06-17 10:57:49 -07:00
parent 8d2223c78f
commit 7253b0226c
2 changed files with 10 additions and 3 deletions
+8 -2
View File
@@ -45,8 +45,14 @@ module.exports = function (config) {
'appclips:bsky.app',
// When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
...(IS_DEV
? ['appclips:019f-24-237-65-73.ngrok-free.app']
: ['appclips:019f-24-237-65-73.ngrok-free.app']),
? [
'appclips:019f-24-237-65-73.ngrok-free.app',
'applinks:019f-24-237-65-73.ngrok-free.app',
]
: [
'appclips:019f-24-237-65-73.ngrok-free.app',
'applinks:019f-24-237-65-73.ngrok-free.app',
]),
]
const UPDATES_CHANNEL = IS_TESTFLIGHT
@@ -2,7 +2,8 @@
"applinks": {
"apps": [],
"appclips": {
"apps": ["B3LX46C5HS.xyz.blueskyweb.app.AppClip"]
"apps": ["B3LX46C5HS.xyz.blueskyweb.app.AppClip"],
"paths": ["/start/*"]
},
"details": [
{