Skip to content

Commit aa5d1d4

Browse files
committed
visualizer: set base path again
1 parent 9b812c6 commit aa5d1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills';
66

77
// https://vite.dev/config/
88
export default defineConfig({
9-
base: '/',
9+
base: '/visualizer',
1010
plugins: [react(), tailwindcss(), nodePolyfills()],
1111
server: {
1212
port: 3000,

0 commit comments

Comments
 (0)