diff --git a/public/_headers b/public/_headers new file mode 100644 index 0000000..d29c3bd --- /dev/null +++ b/public/_headers @@ -0,0 +1,26 @@ +/* + Cache-Control: public, max-age=3600 + +/_astro/* + Cache-Control: public, max-age=31536000, immutable + +/fonts/* + Cache-Control: public, max-age=31536000, immutable + +/fonts2/* + Cache-Control: public, max-age=31536000, immutable + +/static/* + Cache-Control: public, max-age=31536000, immutable + +/image/* + Cache-Control: public, max-age=2592000 + +/*.png + Cache-Control: public, max-age=2592000 + +/*.ico + Cache-Control: public, max-age=2592000 + +/*.svg + Cache-Control: public, max-age=2592000 \ No newline at end of file