Skip to content

Commit e7129d9

Browse files
committed
chore: update base of playground vite config
1 parent 7272521 commit e7129d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playground/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ import { defineConfig } from "vite"
22
import inspect from "vite-plugin-inspect"
33
import solidPlugin from "vite-plugin-solid"
44
export default defineConfig({
5+
base: "./",
56
plugins: [solidPlugin(), inspect()],
67
})

0 commit comments

Comments
 (0)