Skip to content

Commit 26ce772

Browse files
committed
docs: fix vite official site domain
1 parent aef0ef3 commit 26ce772

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
# chibivite ⚡
55

6-
chibivite (a compound word of Japanese word for "tiny" and French word for "quick", pronounced `/tʃibʲivit/`) is a minimal implementation of [Vite](https://vitejs.dev/).
6+
chibivite (a compound word of Japanese word for "tiny" and French word for "quick", pronounced `/tʃibʲivit/`) is a minimal implementation of [Vite](https://vite.dev/).
77

88
Read [the online guidebook](https://nozomuikuta.github.io/chibivite/) to learn more.
99

docs/content/ja/concepts/command-line-interface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Viteのコマンドラインインターフェースが担う責任を理解しましょう
77
:::
88

9-
開発者は2種類の方法でViteを使用できます。ひとつは[JavaScript API](https://ja.vitejs.dev/guide/api-javascript.html)で、もうひとつは[コマンドラインインターフェース](https://ja.vitejs.dev/guide/cli.html)(以下、Vite CLIまたは単にCLIと表記します)です。
9+
開発者は2種類の方法でViteを使用できます。ひとつは[JavaScript API](https://ja.vite.dev/guide/api-javascript.html)で、もうひとつは[コマンドラインインターフェース](https://ja.vite.dev/guide/cli.html)(以下、Vite CLIまたは単にCLIと表記します)です。
1010

1111
JavaScript APIではプリミティブなレベルでViteを使うことができ、Viteを使ったフレームワークの開発や複雑なビルドプロセスの実装をおこなうことができます。
1212

docs/content/memo.draft.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848

4949
**その他**
5050

51-
- Dependency Pre-Bundling (https://vitejs.dev/guide/dep-pre-bundling.html)
51+
- Dependency Pre-Bundling (https://vite.dev/guide/dep-pre-bundling.html)
5252
- Dependencies vs. DevDependencies

0 commit comments

Comments
 (0)