tilfluktsrom/pwa
Ole-Morten Duesund 85c3d6953c Gjør PWA-stier relative for fleksibel utrulling
Appen kan nå serveres både på / og under en understi som
/tilfluktsrom uten endringer.

- Sett base: './' i vite.config.ts
- Endre alle absolutte stier i index.html til relative
- Oppdater manifest.webmanifest med start_url: "." og scope: "."
- navigateFallback uten ledende skråstrek

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 15:35:39 +01:00
..
public Gjør PWA-stier relative for fleksibel utrulling 2026-03-23 15:35:39 +01:00
scripts Add progressive web app companion for cross-platform access 2026-03-08 17:41:38 +01:00
src Fjern unpkg CDN-avhengigheit og legg til slett-buffer-knapp 2026-03-23 15:10:30 +01:00
tests Add progressive web app companion for cross-platform access 2026-03-08 17:41:38 +01:00
.gitignore Remove build artifacts and add .gitignore for PWA 2026-03-08 17:41:55 +01:00
bun.lock Add progressive web app companion for cross-platform access 2026-03-08 17:41:38 +01:00
index.html Gjør PWA-stier relative for fleksibel utrulling 2026-03-23 15:35:39 +01:00
package.json Bundle shelter data in APK and add shared versioning 2026-03-08 18:33:38 +01:00
tsconfig.json Add progressive web app companion for cross-platform access 2026-03-08 17:41:38 +01:00
vite.config.ts Gjør PWA-stier relative for fleksibel utrulling 2026-03-23 15:35:39 +01:00