From 47002d3ce45034042918f250af150283d1bee20b Mon Sep 17 00:00:00 2001 From: cowchimp Date: Fri, 3 Jan 2025 10:41:56 +0200 Subject: [PATCH] using code formatting in filename --- apps/www/content/docs/installation/vite.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/installation/vite.mdx b/apps/www/content/docs/installation/vite.mdx index a286dbf468f..4c140534579 100644 --- a/apps/www/content/docs/installation/vite.mdx +++ b/apps/www/content/docs/installation/vite.mdx @@ -95,7 +95,7 @@ Add the following code to the `tsconfig.app.json` file to resolve paths, for you ### Update vite.config.ts -Add the following code to the vite.config.ts so your app can resolve paths without error: +Add the following code to the `vite.config.ts` so your app can resolve paths without error: ```bash npm install -D @types/node