diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..8f5f4a1 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,29 @@ +[[headers]] + for = "/*.js" + [headers.values] + Cache-Control = "public, max-age=31536000, must-revalidate" + +[[headers]] + for = "/*.css" + [headers.values] + Cache-Control = "public, max-age=31536000, must-revalidate" + +[[headers]] + for = "/*.png" + [headers.values] + Cache-Control = "public, max-age=31536000, must-revalidate" + +[[headers]] + for = "/*.jpg" + [headers.values] + Cache-Control = "public, max-age=31536000, must-revalidate" + +[[headers]] + for = "/*.webp" + [headers.values] + Cache-Control = "public, max-age=31536000, must-revalidate" + +[[headers]] + for = "/*.svg" + [headers.values] + Cache-Control = "public, max-age=31536000, must-revalidate" \ No newline at end of file