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:
parent
5901d61853
commit
ffeff92406
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue