Commit 9f440eab authored by Sébastien Chopin's avatar Sébastien Chopin

fix: Use caps for Cache Control header

parent 00177ca8
...@@ -8,7 +8,10 @@ ...@@ -8,7 +8,10 @@
} }
], ],
"routes": [ "routes": [
{ "src": "/_nuxt/.+", "headers": { "cache-control": "s-maxage=31536000" } }, {
"src": "/_nuxt/.+",
"headers": { "Cache-Control": "s-maxage=31536000" }
},
{ "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