Commit 7ca092f6 authored by Sébastien Chopin's avatar Sébastien Chopin

fix: Use correct value for cache-control

parent 9f440eab
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"routes": [ "routes": [
{ {
"src": "/_nuxt/.+", "src": "/_nuxt/.+",
"headers": { "Cache-Control": "s-maxage=31536000" } "headers": { "Cache-Control": "max-age=31557600" }
}, },
{ "src": "/(.*)", "dest": "/" } { "src": "/(.*)", "dest": "/" }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment