Scope PWA manifest to app's own path instead of origin root

Every installed PWA claimed scope "/", so Android link-capturing routed
navigation for any app on the shared origin into whichever PWA had it.
This commit is contained in:
jtricerolph 2026-07-29 13:47:03 +00:00
parent 5901d61853
commit ffeff92406

View file

@ -15,7 +15,7 @@ export default defineConfig({
name: 'Maintenance',
short_name: 'Maint.',
start_url: '/maintenance/',
scope: '/',
scope: '/maintenance/',
display: 'standalone',
theme_color: '#b45309',
background_color: '#b45309',