diff --git a/public/.htaccess b/public/.htaccess index 90d6504..38aad5e 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -13,3 +13,9 @@ RewriteRule ^(.*)$ $1.html [L] # Otherwise, fall back to the main app shell so client-side routing can show a proper 404 RewriteRule ^ index.html [L] + + + + Header set Cache-Control "public, max-age=31536000, immutable" + +