diff --git a/saas/public/.well-known/apple-app-site-association b/saas/public/.well-known/apple-app-site-association new file mode 100644 index 000000000..447c719e8 --- /dev/null +++ b/saas/public/.well-known/apple-app-site-association @@ -0,0 +1,15 @@ +{ + "applinks": { + "details": [ + { + "appIDs": ["2WNYUYRS7G.do.fizzy.app.ios"], + "components": [ + { + "/": "/*", + "comment": "Matches all paths." + } + ] + } + ] + } +} \ No newline at end of file