This commit is contained in:
morten-olsen
2022-05-07 10:35:24 +00:00
parent 1a2dd904a5
commit b498a19eeb
40 changed files with 211 additions and 0 deletions

13
serve.json Normal file
View File

@@ -0,0 +1,13 @@
{
"headers": [
{
"source": "static/**/*.js",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}