feat: initial commit — site + admin panel + Postgres content pipeline
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
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
|
||||
Reference in New Issue
Block a user