Skip to content

Commit a0004ea

Browse files
committed
fix: fix pwa info link (close #801)
1 parent 5f8fb21 commit a0004ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-pwa/generator/template/src/registerServiceWorker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (process.env.NODE_ENV === 'production') {
77
ready () {
88
console.log(
99
'App is being served from cache by a service worker.\n' +
10-
'For more details, visit https://goo.gl/M232X8'
10+
'For more details, visit https://goo.gl/AFskqB'
1111
)
1212
},
1313
cached () {

0 commit comments

Comments
 (0)