Files
Compass/web/vercel.json
MartinBraquet 9ccdeb6997 Fix
2026-03-01 23:31:08 +01:00

14 lines
339 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 --depth=2 && git diff HEAD^ HEAD --quiet -- web/ common/"
}