From ccd1a4c4145ee1069d7baea56981a0322e7be864 Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Mon, 16 Dec 2024 21:54:47 +0100 Subject: [PATCH] docs: display file name in a better way (#18937) --- docs/config/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }