Files
squoosh/serve.json
2020-11-23 14:20:41 +00:00

15 lines
232 B
JSON

{
"headers": [
{
"source": "**/*",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
}
],
"redirects": [{ "source": "/editor", "destination": "/" }]
}