fix: update caching on resources (#37460)
This commit is contained in:
@ -6,10 +6,6 @@
|
|||||||
Cache-Control: public, s-max-age=604800
|
Cache-Control: public, s-max-age=604800
|
||||||
/learn/*
|
/learn/*
|
||||||
X-Robots-Tag: none
|
X-Robots-Tag: none
|
||||||
/fonts/*
|
|
||||||
Cache-Control: public, s-max-age=604800
|
|
||||||
/fonts/*
|
|
||||||
Cache-Control: public, s-max-age=604800
|
|
||||||
/*.css
|
/*.css
|
||||||
Cache-Control: public, s-max-age=604800
|
Cache-Control: public, s-max-age=604800
|
||||||
/sw.js
|
/sw.js
|
||||||
@ -18,3 +14,5 @@
|
|||||||
Cache-Control: public, s-max-age=604800
|
Cache-Control: public, s-max-age=604800
|
||||||
/*.js
|
/*.js
|
||||||
Cache-Control: public, s-max-age=604800
|
Cache-Control: public, s-max-age=604800
|
||||||
|
/static/*
|
||||||
|
Cache-Control: public, s-max-age=604800
|
||||||
|
Reference in New Issue
Block a user