20 lines
465 B
Plaintext
20 lines
465 B
Plaintext
/*
|
|
Cache-Control: public, max-age=1, must-revalidate
|
|
|
|
/*.html
|
|
Cache-Control: public, max-age=1, must-revalidate
|
|
|
|
/assets/*
|
|
Cache-Control: public, max-age=1, must-revalidate
|
|
|
|
/*.json
|
|
Cache-Control: public, max-age=1, must-revalidate
|
|
|
|
/sw.js
|
|
Cache-Control: no-store, no-cache, must-revalidate, max-age=0
|
|
|
|
/workbox-*.js
|
|
Cache-Control: no-store, no-cache, must-revalidate, max-age=0
|
|
|
|
/manifest.webmanifest
|
|
Cache-Control: public, max-age=1, must-revalidate |