Files
Compass/web/vercel.json
MartinBraquet 91f11161a2 Fix
2026-04-01 21:43:27 +02:00

22 lines
685 B
JSON

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