Skip to content

Commit

Permalink
doc: 修正
Browse files Browse the repository at this point in the history
  • Loading branch information
uidev1116 committed Jun 6, 2024
1 parent e1d188e commit bfe31e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,14 @@ React と `@vitejs/plugin-react` を利用する場合、既存の `@vite` と
## 高度なカスタマイズ

環境変数を利用して、Vite の設定をカスタマイズすることができます。
a-blog cms設置ディレクトリにある .env ファイルを編集することで環境変数を設定することができます。

```
# Vite
VITE_ENVIRONMENT=production # development | production
VITE_MANIFEST_PATH=dist/.vite/manifest.json
VITE_DEV_SERVER_URL=http://localhost:5173
```

以下、環境変数の説明です。

Expand Down

0 comments on commit bfe31e1

Please sign in to comment.