From 6c47fed301b7fdafe592a4f91a5eb44109919905 Mon Sep 17 00:00:00 2001 From: salieflewis Date: Thu, 8 Aug 2024 14:37:46 -0400 Subject: [PATCH] add aasa json --- .../.well-known/apple-app-site-association | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apps/site/public/.well-known/apple-app-site-association diff --git a/apps/site/public/.well-known/apple-app-site-association b/apps/site/public/.well-known/apple-app-site-association new file mode 100644 index 000000000..0a4db78dc --- /dev/null +++ b/apps/site/public/.well-known/apple-app-site-association @@ -0,0 +1,21 @@ +{ + "applinks": { + "details": [ + { + "appIDs": [ + "G43F43XZCF.ph.river.app" + ], + "components": [ + { + "/": "/*" + } + ] + } + ] + }, + "webcredentials": { + "apps": [ + "G43F43XZCF.ph.river.app" + ] + } +} \ No newline at end of file