diff --git a/docs/config/index.md b/docs/config/index.md index b380b4b5988230..0583f69bd52d13 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -8,8 +8,7 @@ When running `vite` from the command line, Vite will automatically try to resolv The most basic config file looks like this: -```js -// vite.config.js +```js [vite.config.js] export default { // config options }