Files
Compass/web/vercel.json
MartinBraquet 30248fd0be Fix
2026-03-07 13:39:43 +01:00

14 lines
449 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/"
}