diff --git a/static/_headers b/static/_headers new file mode 100644 index 0000000..1b9b1a0 --- /dev/null +++ b/static/_headers @@ -0,0 +1,26 @@ +/* + Cache-Control: public, max-age=0, must-revalidate + +/*.js + Cache-Control: public, max-age=2592000, immutable + +/*.css + Cache-Control: public, max-age=2592000, immutable + +/*.png + Cache-Control: public, max-age=86400 + +/*.jpg + Cache-Control: public, max-age=86400 + +/*.jpeg + Cache-Control: public, max-age=86400 + +/*.gif + Cache-Control: public, max-age=86400 + +/*.svg + Cache-Control: public, max-age=86400 + +/*.webp + Cache-Control: public, max-age=86400 \ No newline at end of file