fix: recover old GTIN service worker caches

This commit is contained in:
desfoto automation
2026-09-25 20:08:25 +02:00
parent de6de3c6c4
commit 5e7fa9be05
11 changed files with 140 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ server {
location = /gtin { return 301 /gtin/; }
location = /gtin/impressum { return 301 /gtin/impressum/; }
location = /gtin/datenschutz { return 301 /gtin/datenschutz/; }
location = /gtin/aktualisieren { return 301 /gtin/aktualisieren/; }
location = /gtin/manifest.webmanifest {
default_type application/manifest+json;
try_files $uri =404;