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
4cce6507bc
commit
056b4d6e80
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export default defineConfig({
|
|||
name: 'Calendar',
|
||||
short_name: 'Calendar',
|
||||
start_url: '/calendar/',
|
||||
scope: '/',
|
||||
scope: '/calendar/',
|
||||
display: 'standalone',
|
||||
theme_color: '#c9a84c',
|
||||
background_color: '#c9a84c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue