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 9b812c6 commit aa5d1d4Copy full SHA for aa5d1d4
ui/vite.config.ts
@@ -6,7 +6,7 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills';
6
7
// https://vite.dev/config/
8
export default defineConfig({
9
- base: '/',
+ base: '/visualizer',
10
plugins: [react(), tailwindcss(), nodePolyfills()],
11
server: {
12
port: 3000,
0 commit comments