diff --git a/netlify.toml b/netlify.toml index e36d643..75cda39 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,7 @@ [build] publish = "dist" - command = "npm run build" \ No newline at end of file + command = "npm run build" +[[headers]] + for = "/assets/*" + [headers.values] + Cache-Control = "public, max-age=31536000, immutable" \ No newline at end of file