Skip to content

Commit

Permalink
bump vitepress + use mpa mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 14, 2021
1 parent d7fae9e commit fe822cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"private": true,
"scripts": {
"dev": "vitepress",
"build": "vitepress build && node ./.vitepress/genFeed",
"build": "vitepress build --mpa && node ./.vitepress/genFeed",
"serve": "vitepress serve"
},
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"cheap-watch": "^1.0.3",
"feed": "^4.2.1",
"gray-matter": "^4.0.2",
"vitepress": "^0.17.2"
"vitepress": "^0.18.0"
},
"dependencies": {
"tailwindcss": "^2.2.7"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1911,10 +1911,10 @@ vite@^2.5.0:
optionalDependencies:
fsevents "~2.3.2"

vitepress@^0.17.2:
version "0.17.3"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.17.3.tgz#6ddd749950b2b5a838d6d5830a6b0a5158381979"
integrity sha512-wB8Pl/U7zjd0mS3Z4WDfpPRJKzCP2hZLHN6Tl7ybYhvlWVvSZglnkr8BiY1NCYVq1eCUnSY1YJaV/oT1Yogg6Q==
vitepress@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.18.0.tgz#6c2c521379f2f8807f26de64679629a25abfaa5d"
integrity sha512-i/CihVujC3ws5uEa0ixa+VZzSkH+amqVbM+9QD1VrEk1OwJKheZSAYvy1c3hA/kz3TIpL1KB/g46Moxi2V9bpw==
dependencies:
"@docsearch/css" "^1.0.0-alpha.28"
"@docsearch/js" "^1.0.0-alpha.28"
Expand Down

0 comments on commit fe822cb

Please sign in to comment.