Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
AndaBrown committed Jul 21, 2024
1 parent e99170d commit fafb776
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 180 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export default defineUserConfig({
}),
pwaPlugin({
skipWaiting: true,
shouldPrefetch: false,
}),
sitemapPlugin({
hostname: "https://tgnav.github.io/tgwiki/",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.14",
"@vuepress/bundler-webpack": "2.0.0-rc.14",
"@vuepress/plugin-docsearch": "^2.0.0-rc.38",
"@vuepress/plugin-pwa": "^2.0.0-rc.38",
"@vuepress/plugin-sitemap": "^2.0.0-rc.38",
"@vuepress/theme-default": "^2.0.0-rc.38",
"@vuepress/plugin-docsearch": "^2.0.0-rc.39",
"@vuepress/plugin-pwa": "^2.0.0-rc.39",
"@vuepress/plugin-sitemap": "^2.0.0-rc.39",
"@vuepress/theme-default": "^2.0.0-rc.39",
"vue": "^3.4.15",
"vuepress": "^2.0.0-rc.14"
},
Expand Down
Loading

0 comments on commit fafb776

Please sign in to comment.