Skip to content

Commit

Permalink
fix(manifest): invalidate start_url cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 28, 2020
1 parent 27cb449 commit 240d4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function manifest (nuxt, pwa: PWAContext) {
description: process.env.npm_package_description,
publicPath,
icons: [],
start_url: routerBase + '?standalone=true',
start_url: routerBase + '?standalone=true&v=2',
display: 'standalone',
background_color: '#ffffff',
theme_color: pwa.meta.theme_color,
Expand Down

0 comments on commit 240d4a1

Please sign in to comment.