Skip to content

Commit 54a45f5

Browse files
committed
Merge branch 'main' into theme-hope
2 parents f1731ae + 2922ed1 commit 54a45f5

File tree

5 files changed

+1201
-933
lines changed

5 files changed

+1201
-933
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
env:
1414
DOCS_GA_ID: G-CTB8FQ7VMW
15-
NODE_VERSION: '20'
15+
NODE_VERSION: '22'
1616

1717
steps:
1818
- uses: actions/checkout@v4

docs/guide/deployment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ See [Edgio Documentation > Framework Guides > VuePress](https://docs.edg.io/guid
219219

220220
3. Hit the deploy button.
221221

222+
::: note
223+
224+
You should disable Pretty URLs in the "Site Configuration" → "Build & Deploy" → "Post processing".
225+
226+
:::
227+
222228
## Vercel
223229

224230
1. Go to [Vercel](https://vercel.com), set up a new project from GitHub with the following settings:

docs/zh/guide/deployment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ heroku login
219219

220220
3. 点击 deploy 按钮。
221221

222+
::: note
223+
224+
你应该在 "Site Configuration" → "Build & Deploy" → "Post processing" 中禁用 Pretty URLs。
225+
226+
:::
227+
222228
## Vercel
223229

224230
1. 前往 [Vercel](https://vercel.com) ,从 GitHub 创建一个新项目,并进行如下配置:

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@
3030
},
3131
"prettier": "prettier-config-vuepress",
3232
"dependencies": {
33-
"@vuepress/bundler-vite": "2.0.0-rc.18",
34-
"@vuepress/bundler-webpack": "2.0.0-rc.18",
35-
"@vuepress/plugin-docsearch": "2.0.0-rc.65",
36-
"@vuepress/plugin-google-analytics": "2.0.0-rc.63",
37-
"@vuepress/plugin-register-components": "2.0.0-rc.54",
38-
"@vuepress/plugin-shiki": "2.0.0-rc.65",
39-
"@vuepress/theme-default": "2.0.0-rc.65",
33+
"@vuepress/bundler-vite": "2.0.0-rc.19",
34+
"@vuepress/bundler-webpack": "2.0.0-rc.19",
35+
"@vuepress/plugin-docsearch": "2.0.0-rc.66",
36+
"@vuepress/plugin-google-analytics": "2.0.0-rc.66",
37+
"@vuepress/plugin-register-components": "2.0.0-rc.66",
38+
"@vuepress/plugin-shiki": "2.0.0-rc.66",
39+
"@vuepress/theme-default": "2.0.0-rc.66",
4040
"http-server": "^14.1.1",
41-
"sass-embedded": "^1.82.0",
41+
"sass-embedded": "^1.83.0",
4242
"sass-loader": "^16.0.4",
4343
"vue": "^3.5.13",
44-
"vuepress": "2.0.0-rc.18",
45-
"vuepress-theme-hope": "2.0.0-rc.63"
44+
"vuepress": "2.0.0-rc.19",
45+
"vuepress-theme-hope": "2.0.0-rc.64"
4646
},
4747
"devDependencies": {
4848
"@commitlint/cli": "^19.6.0",
4949
"@commitlint/config-conventional": "^19.6.0",
50-
"bumpp": "^9.9.0",
51-
"eslint": "^9.16.0",
52-
"eslint-config-vuepress": "^5.2.3",
50+
"bumpp": "^9.9.1",
51+
"eslint": "^9.17.0",
52+
"eslint-config-vuepress": "^5.2.4",
5353
"husky": "^9.1.7",
5454
"nano-staged": "^0.8.0",
5555
"prettier": "^3.4.2",

0 commit comments

Comments
 (0)