fgo-ta-com-website/serve.json

15 lines
234 B
JSON
Raw Normal View History

2023-07-17 21:34:53 +00:00
{
"directoryListing": ["/!assets/**"],
"headers": [
{
"source": "**/*.@(jpg|jpeg|gif|png|webp)",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
}
]
}