mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-04 14:21:12 +00:00
feat: deply config
This commit is contained in:
parent
66ab76e784
commit
6d2bb89c64
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user