Skip to content

Commit 054a39e

Browse files
committed
fix: vite config
1 parent 95e35ef commit 054a39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from "node:path";
55

66
// https://vite.dev/config/
77
export default defineConfig({
8-
base: "/parameters-playground/",
8+
base: "/",
99
server: {
1010
// For dev purposes when using Coder Connect, and ngrok
1111
allowedHosts: [".coder", ".ngrok"],

0 commit comments

Comments
 (0)