Skip to content

Commit e86a953

Browse files
committed
docs: update vite link
1 parent a2815b1 commit e86a953

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/guide/bundler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bundler
22

3-
VuePress supports using [Webpack](https://webpack.js.org/) or [Vite](https://vitejs.dev/) to dev and build sites. You can choose which bundler to use according to your preference, and no extra configuration is required.
3+
VuePress supports using [Webpack](https://webpack.js.org/) or [Vite](https://vite.dev/) to dev and build sites. You can choose which bundler to use according to your preference, and no extra configuration is required.
44

55
## Install a Bundler
66

docs/reference/bundler/vite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineUserConfig({
3535
Accepts all options of Vite.
3636

3737
- Also see:
38-
- [Vite > Config](https://vitejs.dev/config/)
38+
- [Vite > Config](https://vite.dev/config/)
3939

4040
### vuePluginOptions
4141

@@ -44,4 +44,4 @@ export default defineUserConfig({
4444
Accepts all options of [@vitejs/plugin-vue](https://www.npmjs.com/package/@vitejs/plugin-vue).
4545

4646
- Also see:
47-
- [Vite > Plugins > Official Plugins](https://vitejs.dev/plugins/#vitejs-plugin-vue)
47+
- [Vite > Plugins > Official Plugins](https://vite.dev/plugins/#vitejs-plugin-vue)

docs/zh/guide/bundler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 打包工具
22

3-
VuePress 支持使用 [Vite](https://vitejs.dev/)[Webpack](https://webpack.js.org/) 作为打包工具来进行网站的开发和构建。你可以根据自己的喜好来选择使用哪个打包工具,并且不需要进行额外的配置。
3+
VuePress 支持使用 [Vite](https://vite.dev/)[Webpack](https://webpack.js.org/) 作为打包工具来进行网站的开发和构建。你可以根据自己的喜好来选择使用哪个打包工具,并且不需要进行额外的配置。
44

55
## 安装打包工具
66

docs/zh/reference/bundler/vite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineUserConfig({
3535
接收 Vite 的所有配置项。
3636

3737
- 参考:
38-
- [Vite > Config](https://cn.vitejs.dev/config/)
38+
- [Vite > Config](https://cn.vite.dev/config/)
3939

4040
### vuePluginOptions
4141

@@ -44,4 +44,4 @@ export default defineUserConfig({
4444
接收 [@vitejs/plugin-vue](https://www.npmjs.com/package/@vitejs/plugin-vue) 的所有配置项。
4545

4646
- 参考:
47-
- [Vite > 插件 > 官方插件](https://cn.vitejs.dev/plugins/#vitejsplugin-vue)
47+
- [Vite > 插件 > 官方插件](https://cn.vite.dev/plugins/#vitejsplugin-vue)

0 commit comments

Comments
 (0)