Reorganise pantry view

This commit is contained in:
2026-03-25 22:44:12 +01:00
parent 21901c6147
commit 2ff7e6f8ce
9 changed files with 431 additions and 487 deletions

View File

@@ -8,6 +8,15 @@ server {
add_header Cache-Control "no-store, no-cache, must-revalidate, max-age=0" always;
add_header Pragma "no-cache" always;
location = /manifest.webmanifest {
default_type application/manifest+json;
add_header Cache-Control "no-store, no-cache, must-revalidate, max-age=0" always;
}
location = /sw.js {
add_header Cache-Control "no-store, no-cache, must-revalidate, max-age=0" always;
}
location / {
try_files $uri $uri/ /index.html;
}