same
This commit is contained in:
parent
db8d4597df
commit
17daf44684
2 changed files with 119 additions and 0 deletions
21
public/_headers
Normal file
21
public/_headers
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
X-Content-Type-Options: nosniff
|
||||
Referrer-Policy: strict-origin-when-cross-origin
|
||||
|
||||
/_astro/*
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
|
||||
/fonts/*
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
|
||||
/media/*
|
||||
Cache-Control: public, max-age=86400, stale-while-revalidate=604800
|
||||
|
||||
/favicon.ico
|
||||
Cache-Control: public, max-age=604800
|
||||
|
||||
/*.xml
|
||||
Cache-Control: public, max-age=300
|
||||
|
||||
/*.webmanifest
|
||||
Cache-Control: public, max-age=300
|
||||
Loading…
Add table
Add a link
Reference in a new issue