We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e35ef commit 054a39eCopy full SHA for 054a39e
vite.config.ts
@@ -5,7 +5,7 @@ import path from "node:path";
5
6
// https://vite.dev/config/
7
export default defineConfig({
8
- base: "/parameters-playground/",
+ base: "/",
9
server: {
10
// For dev purposes when using Coder Connect, and ngrok
11
allowedHosts: [".coder", ".ngrok"],
0 commit comments