Files
Compass/web/vercel.json
MartinBraquet ad1b3e813e Fix
2026-03-01 23:30:10 +01:00

14 lines
353 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 diff $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA --quiet -- web/ common/"
}