From 4c0d5ff0eb052c7b046b448bc10f6ac1e3066fb0 Mon Sep 17 00:00:00 2001 From: Nelson Sousa Date: Tue, 24 Oct 2023 10:01:22 +0100 Subject: [PATCH] chore(docs): Small fix of file to edit (#5348) --- packages/docs/src/routes/docs/labs/typed-routes/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/src/routes/docs/labs/typed-routes/index.mdx b/packages/docs/src/routes/docs/labs/typed-routes/index.mdx index 27e7d0e822a..65b86f2f174 100644 --- a/packages/docs/src/routes/docs/labs/typed-routes/index.mdx +++ b/packages/docs/src/routes/docs/labs/typed-routes/index.mdx @@ -12,7 +12,7 @@ Provides type safe way of building URLs within the application. ## Installation 1. `npm install github:BuilderIo/qwik-labs-build#main` -2. update `vite.config.js` +2. update `vite.config.ts` ```typescript // ... import { qwikTypes } from '@builder.io/qwik-labs/vite'; @@ -41,4 +41,4 @@ Provides type safe way of building URLs within the application. ); }); - ``` \ No newline at end of file + ```