Add rewrites and redirects for .well-known/assetlinks.json and compassmeet.com domain

This commit is contained in:
MartinBraquet
2026-04-01 21:35:36 +02:00
parent 3c8566a9e8
commit 0c60e8a865

View File

@@ -9,5 +9,19 @@
"headers": [{"key": "Cache-Control", "value": "no-cache"}]
}
],
"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/"
"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/",
"rewrites": [
{
"source": "/.well-known/assetlinks.json",
"destination": "/.well-known/assetlinks.json"
}
],
"redirects": [
{
"source": "/((?!.well-known/assetlinks.json).*)",
"has": [{"type": "host", "value": "compassmeet.com"}],
"destination": "https://www.compassmeet.com/:path*",
"permanent": true
}
]
}