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
2dbd490c1c
commit
331d15ac88
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export default defineConfig({
|
|||
name: 'Room Planner',
|
||||
short_name: 'Rooms',
|
||||
start_url: '/room-planner/',
|
||||
scope: '/',
|
||||
scope: '/room-planner/',
|
||||
display: 'standalone',
|
||||
theme_color: '#1a5276',
|
||||
background_color: '#1a5276',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue