mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-11 17:50:23 +00:00
feat: deply config
This commit is contained in:
39
web/edgeone.json
Normal file
39
web/edgeone.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user