@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
23 lines (22 loc) • 416 B
JSON
{
"headers": [
{
"source": "/(.*)?service-worker.js",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=0, must-revalidate"
}
]
},
{
"source": "/build/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, s-maxage=31536000, immutable"
}
]
}
]
}