From 6ed9bf610cb0dda8cea07dd3421ffda45d796e3e Mon Sep 17 00:00:00 2001 From: ppc Date: Fri, 16 Aug 2024 15:03:19 +0100 Subject: [PATCH] add apple site json --- .../.well-known/apple-app-site-association | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 aimenet-web/public/.well-known/apple-app-site-association diff --git a/aimenet-web/public/.well-known/apple-app-site-association b/aimenet-web/public/.well-known/apple-app-site-association new file mode 100644 index 0000000..0e859d6 --- /dev/null +++ b/aimenet-web/public/.well-known/apple-app-site-association @@ -0,0 +1,24 @@ +{ + "applinks": { + "details": [ + { + "appIDs": [ + "Q824VHAT9S.moe.ppc.amnet" + ], + "components": [ + { + "/": "#/servers/*", + "exclude": true + }, + { + "/": "#/servers", + "exclude": false + }, + { + "/": "#/cards" + } + ] + } + ] + } +} \ No newline at end of file