Skip to content

Commit

Permalink
docs: fix vite official site domain
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta committed Nov 7, 2024
1 parent aef0ef3 commit 26ce772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# chibivite ⚡

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/).
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/).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/content/ja/concepts/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Viteのコマンドラインインターフェースが担う責任を理解しましょう
:::

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/content/memo.draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@

**その他**

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

0 comments on commit 26ce772

Please sign in to comment.