Skip to content

Commit 240d4a1

Browse files
committedNov 28, 2020
fix(manifest): invalidate start_url cache
1 parent 27cb449 commit 240d4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/manifest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function manifest (nuxt, pwa: PWAContext) {
1212
description: process.env.npm_package_description,
1313
publicPath,
1414
icons: [],
15-
start_url: routerBase + '?standalone=true',
15+
start_url: routerBase + '?standalone=true&v=2',
1616
display: 'standalone',
1717
background_color: '#ffffff',
1818
theme_color: pwa.meta.theme_color,

0 commit comments

Comments
 (0)
Please sign in to comment.