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