From 7253b0226c2c769748e96cce9c9929dbd0d9cb79 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 17 Jun 2024 10:57:49 -0700 Subject: [PATCH] add association --- app.config.js | 10 ++++++++-- bskyweb/static/.well-known/apple-app-site-association | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app.config.js b/app.config.js index 3c2b576675..92a49a6a46 100644 --- a/app.config.js +++ b/app.config.js @@ -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 diff --git a/bskyweb/static/.well-known/apple-app-site-association b/bskyweb/static/.well-known/apple-app-site-association index 32e63532de..f9809b3354 100644 --- a/bskyweb/static/.well-known/apple-app-site-association +++ b/bskyweb/static/.well-known/apple-app-site-association @@ -2,7 +2,8 @@ "applinks": { "apps": [], "appclips": { - "apps": ["B3LX46C5HS.xyz.blueskyweb.app.AppClip"] + "apps": ["B3LX46C5HS.xyz.blueskyweb.app.AppClip"], + "paths": ["/start/*"] }, "details": [ {