Skip to content

Commit 8309817

Browse files
authored
docs: display file name in a better way (#1786)
resolve #1785 vitejs/vite@ccd1a4c の反映です。
1 parent f56d77a commit 8309817

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ title: Vite の設定
88

99
最も基本的な設定ファイルは次のようになります:
1010

11-
```js
12-
// vite.config.js
11+
```js [vite.config.js]
1312
export default {
1413
// 設定オプション
1514
}

0 commit comments

Comments
 (0)