We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cb449 commit 240d4a1Copy full SHA for 240d4a1
src/manifest.ts
@@ -12,7 +12,7 @@ export function manifest (nuxt, pwa: PWAContext) {
12
description: process.env.npm_package_description,
13
publicPath,
14
icons: [],
15
- start_url: routerBase + '?standalone=true',
+ start_url: routerBase + '?standalone=true&v=2',
16
display: 'standalone',
17
background_color: '#ffffff',
18
theme_color: pwa.meta.theme_color,
0 commit comments