mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Remove cache
This commit is contained in:
12
web/vercel.json
Normal file
12
web/vercel.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"headers": [
|
||||
{
|
||||
"source": "/service-worker.js",
|
||||
"headers": [{ "key": "Cache-Control", "value": "no-cache" }]
|
||||
},
|
||||
{
|
||||
"source": "/manifest.json",
|
||||
"headers": [{ "key": "Cache-Control", "value": "no-cache" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user