Skip to content

Commit 7e29b2f

Browse files
authored
docs: fix Vite 5 migration blog links (#2553)
1 parent 028df4a commit 7e29b2f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

blog/announcing-vite5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Vite 5 also introduces [server.warmup](/guide/performance.html#warm-up-frequentl
8686
- [SSR externalized modules value now matches production](/guide/migration#ssr-externalized-modules-value-now-matches-production)
8787
- [`worker.plugins` is now a function](/guide/migration#worker-plugins-is-now-a-function)
8888
- [Allow path containing `.` to fallback to index.html](/guide/migration#allow-path-containing-to-fallback-to-index-html)
89-
- [Align dev and preview HTML serving behavior](/guide/migration#align-dev-and-preview-html-serving-behaviour)
89+
- [Align dev and preview HTML serving behavior](https://v5.vite.dev/guide/migration#align-dev-and-preview-html-serving-behaviour)
9090
- [Manifest files are now generated in `.vite` directory by default](/guide/migration#manifest-files-are-now-generated-in-vite-directory-by-default)
9191
- [CLI shortcuts require an additional `Enter` press](/guide/migration#cli-shortcuts-require-an-additional-enter-press)
92-
- [Update `experimentalDecorators` and `useDefineForClassFields` TypeScript behavior](/guide/migration#update-experimentaldecorators-and-usedefineforclassfields-typescript-behaviour)
92+
- [Update `experimentalDecorators` and `useDefineForClassFields` TypeScript behavior](https://v5.vite.dev/guide/migration#update-experimentaldecorators-and-usedefineforclassfields-typescript-behaviour)
9393
- [Remove `--https` flag and `https: true`](/guide/migration#remove-https-flag-and-https-true)
9494
- [Remove `resolvePackageEntry` and `resolvePackageData` APIs](/guide/migration#remove-resolvepackageentry-and-resolvepackagedata-apis)
9595
- [Removes previously deprecated APIs](/guide/migration#removed-deprecated-apis)

guide/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ vite optimize [root]
106106

107107
プロダクションビルドをローカルでプレビューします。プロダクション用として設計されていないため、プロダクション用サーバーとして使用しないでください。
108108

109-
このコマンドは、ビルドディレクトリー(デフォルトは `dist`)でサーバーを起動します。ビルドディレクトリーが最新であることを確認するために、事前に `vite build` を実行してください。プロジェクトで設定された [`appType`](/config/shared-options.html#apptype) に応じて、特定のミドルウェアを使用します。
109+
このコマンドは、ビルドディレクトリー(デフォルトは `dist`)でサーバーを起動します。ビルドディレクトリーが最新であることを確認するために、事前に `vite build` を実行してください。プロジェクトで設定された [`appType`](/config/shared-options#apptype) に応じて、特定のミドルウェアを使用します。
110110

111111
#### 使い方
112112

0 commit comments

Comments
 (0)