app/web/edgeone.json
2025-12-20 16:40:53 +08:00

39 lines
935 B
JSON

{
"headers": [
{
"source": "/*.mjs",
"headers": [
{
"key": "Content-Type",
"value": "application/javascript"
},
{
"key": "Cache-Control",
"value": "max-age=43200"
}
]
},
{
"source": "/*.wasm",
"headers": [
{
"key": "Content-Type",
"value": "application/wasm"
},
{
"key": "Cache-Control",
"value": "max-age=43200"
}
]
},
{
"source": "/*",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=43200"
}
]
}
]
}