Skip to content

Commit

Permalink
docs: remove pwa plugin which is responsible of some bug on the docum…
Browse files Browse the repository at this point in the history
…entation
  • Loading branch information
Romakita committed Feb 1, 2023
1 parent e7288fc commit db70c46
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 283 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ tools/**/dist
/docs-references/.vuepress/scripts
/docs-references/.vuepress/enhanceApp.js
/docs-references/.vuepress/config.base.js
/docs-references/.vuepress/window-boot.js
/docs-references/assets
/docs-references/docs
/docs-references/api
Expand Down
4 changes: 0 additions & 4 deletions docs/.vuepress/config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,6 @@ module.exports = ({title, description, base = "", url, apiRedirectUrl = "", them
},
plugins: {
"@vuepress/html-redirect": {},
"@vuepress/pwa": {
serviceWorker: true,
updatePopup: true
},
"@vuepress/google-analytics": {
ga: "UA-35240348-1"
},
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"@vuepress/plugin-google-analytics": "1.9.7",
"@vuepress/plugin-html-redirect": "^0.1.4",
"@vuepress/plugin-medium-zoom": "1.9.7",
"@vuepress/plugin-pwa": "1.9.7",
"vuepress-plugin-sitemap": "2.3.1",
"vue-analytics": "5.22.1",
"axios": "0.27.2",
Expand Down
Loading

0 comments on commit db70c46

Please sign in to comment.