diff --git a/config/index.md b/config/index.md index afa2c3f8..42e6d8c1 100644 --- a/config/index.md +++ b/config/index.md @@ -8,8 +8,7 @@ title: Vite の設定 最も基本的な設定ファイルは次のようになります: -```js -// vite.config.js +```js [vite.config.js] export default { // 設定オプション }