Skip to content

Commit 5dc98fc

Browse files
committed
Fix
1 parent 91f1116 commit 5dc98fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"ignoreCommand": "git fetch --unshallow 2>/dev/null && echo $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA && git diff $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA --quiet -- ./ ../common/",
1313
"redirects": [
1414
{
15-
"source": "/((?!\\.well-known/assetlinks\\.json).*)",
15+
"source": "/.well-known/assetlinks.json",
1616
"has": [{"type": "host", "value": "compassmeet.com"}],
17-
"destination": "https://www.compassmeet.com/:path*",
17+
"destination": "https://www.compassmeet.com/.well-known/assetlinks.json",
1818
"permanent": true
1919
}
2020
]

0 commit comments

Comments
 (0)