Skip to content
Prev Previous commit
fix: vite config
  • Loading branch information
brettkolodny committed Jun 2, 2025
commit 054a39e14524a03622e01ec16b34661db4c2a370
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from "node:path";

// https://vite.dev/config/
export default defineConfig({
base: "/parameters-playground/",
base: "/",
server: {
// For dev purposes when using Coder Connect, and ngrok
allowedHosts: [".coder", ".ngrok"],
Expand Down