Skip to content

Commit

Permalink
chore(docs): Small fix of file to edit (#5348)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonprsousa authored Oct 24, 2023
1 parent 8778981 commit 4c0d5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/routes/docs/labs/typed-routes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -41,4 +41,4 @@ Provides type safe way of building URLs within the application.
</AppLink>
);
});
```
```

0 comments on commit 4c0d5ff

Please sign in to comment.