diff --git a/web/staticwebapp.config.json b/web/staticwebapp.config.json index b19c577e7..9a83c4b4b 100644 --- a/web/staticwebapp.config.json +++ b/web/staticwebapp.config.json @@ -3,49 +3,49 @@ { "route": "/static/*", "headers": { - "cache-control": "public, max-age=31536000, immutable" + "Cache-Control": "public, max-age=31536000, immutable" } }, { "route": "/favicon.ico", "headers": { - "cache-control": "public, max-age=86400" + "Cache-Control": "public, max-age=86400" } }, { "route": "/logo_filterlists.png", "headers": { - "cache-control": "public, max-age=31536000, immutable" + "Cache-Control": "public, max-age=31536000, immutable" } }, { "route": "/icon_filterlists.png", "headers": { - "cache-control": "public, max-age=31536000, immutable" + "Cache-Control": "public, max-age=31536000, immutable" } }, { "route": "/manifest.json", "headers": { - "cache-control": "public, max-age=86400" + "Cache-Control": "public, max-age=86400" } }, { "route": "/robots.txt", "headers": { - "cache-control": "public, max-age=86400" + "Cache-Control": "public, max-age=86400" } }, { "route": "/tpl-redirect.js", "headers": { - "cache-control": "public, max-age=86400" + "Cache-Control": "public, max-age=86400" } }, { "route": "/tpl.html", "headers": { - "cache-control": "public, max-age=86400" + "Cache-Control": "public, max-age=86400" } } ],