Compare commits
1 Commits
7ff82151d3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 962efd0e75 |
26
public/_headers
Normal file
26
public/_headers
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user