Files
Compass/web/vercel.json
2026-03-01 23:08:33 +01:00

14 lines
316 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 HEAD^ HEAD --quiet -- web/ common/"
}