Skip to content

Commit

Permalink
fix: remove callback from aasa
Browse files Browse the repository at this point in the history
  • Loading branch information
idoshamun committed Jan 29, 2025
1 parent 7ab16f3 commit 8ce0efd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/webapp/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,13 @@ const nextConfig: NextConfig = {
},
],
},
{
source: '/.well-known/apple-app-site-association',
headers: [
{ key: 'Content-Type', value: 'application/json' },
{ key: 'Cache-Control', value: 'no-cache' },
],
},
];
},
poweredByHeader: false,
Expand Down
5 changes: 5 additions & 0 deletions packages/webapp/public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
{
"appIDs": ["C97TTQ7W57.dev.daily.app"],
"components": [
{
"/": "/callback*",
"exclude": true,
"comment": "Matches any OAuth callback URL"
}
{
"/": "/*",
"comment": "Matches any URL path under app.daily.dev"
Expand Down

0 comments on commit 8ce0efd

Please sign in to comment.