Skip to content

Commit

Permalink
Update vite.mdx (#81)
Browse files Browse the repository at this point in the history
update 'vite-plugin-solid' import
  • Loading branch information
letitcrash authored Apr 22, 2024
1 parent 323811e commit c2e694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/installation/vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ npm i -D @types/node
```ts
import path from "path"

import solid from "@vitejs/plugin-solid"
import solid from 'vite-plugin-solid';
import { defineConfig } from "vite"

export default defineConfig({
Expand Down

0 comments on commit c2e694b

Please sign in to comment.