This commit is contained in:
MartinBraquet
2026-04-01 21:49:03 +02:00
parent 91f11161a2
commit 5dc98fcbcf

View File

@@ -12,9 +12,9 @@
"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/",
"redirects": [
{
"source": "/((?!\\.well-known/assetlinks\\.json).*)",
"source": "/.well-known/assetlinks.json",
"has": [{"type": "host", "value": "compassmeet.com"}],
"destination": "https://www.compassmeet.com/:path*",
"destination": "https://www.compassmeet.com/.well-known/assetlinks.json",
"permanent": true
}
]