diff --git a/netlify.toml b/netlify.toml index 3c153bde..1a10b361 100755 --- a/netlify.toml +++ b/netlify.toml @@ -5,6 +5,11 @@ command = "npm run build" [build.environment] NODE_VERSION = "20" +[[headers]] +for = "/assets/*" +[headers.values] +Cache-Control = "public, max-age=31536000" + [[redirects]] from = "/*" to = "/index.html"