There was an error while loading. Please reload this page.
1 parent ed178b9 commit 16787e9Copy full SHA for 16787e9
2 files changed
website/index.html
@@ -19,6 +19,6 @@
19
</head>
20
<body>
21
<div id="root"></div>
22
- <script type="module" src="/src/main.tsx"></script>
+ <script type="module" src="./src/main.tsx"></script>
23
</body>
24
</html>
website/vite.config.ts
@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
4
// https://vite.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
- base: '/bridgex-copy/',
+ base: '/bridgex/',
8
build: {
9
outDir: 'dist',
10
sourcemap: false,
0 commit comments