Files
supabase/web/static/_headers
Inian b818728a2f cache static assets for 3 hours at least (#242)
* cache static assets for 3 hours at least

* moving _headers to the static folder
2020-10-08 20:34:46 +08:00

20 lines
307 B
Plaintext

/*.css
Cache-Control: public, max-age=10800
/*.js
Cache-Control: public, max-age=10800
/*.png
Cache-Control: public, max-age=10800
/*.jpg
Cache-Control: public, max-age=10800
/*.svg
Cache-Control: public, max-age=10800
/*.gif
Cache-Control: public, max-age=10800
/*
X-Frame-Options: DENY