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