Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
fix: disable pwa to fix not update problem
Browse files Browse the repository at this point in the history
  • Loading branch information
wafer-li committed Jul 15, 2021
1 parent bbb7115 commit b40c0c8
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,31 +92,6 @@ module.exports = config({
},
},

pwa: {
favicon: "/favicon.ico",
cachePic: true,
apple: {
icon: "/assets/icon/apple-touch-icon.png",
statusBarColor: "black",
},
msTile: {
image: "/assets/icon/mstile-150x150.png",
color: "#ffffff",
},
manifest: {
icons: [
{
src: "/assets/icon/android-chrome-384x384.png",
sizes: "384x384",
type: "image/png",
},
{
src: "/assets/icon/android-chrome-192x192.png",
sizes: "192x192",
type: "image/png",
},
],
},
},
pwa: false
},
});

0 comments on commit b40c0c8

Please sign in to comment.