We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f5dcf commit 36f5ef8Copy full SHA for 36f5ef8
vite.config.ts
@@ -4,7 +4,7 @@ import path from "path";
4
5
6
export default defineConfig(({ mode }) => ({
7
- base: '/bb84_simulation/',
+ base: mode === 'production' ? '/' : '/bb84_simulation/',
8
server: {
9
host: "::",
10
port: 8080,
0 commit comments