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 93c8673 commit e51e04eCopy full SHA for e51e04e
2 files changed
index.html
@@ -0,0 +1,3 @@
1
+<script type="text/javascript">
2
+ window.location.href = "https://bridgex.pages.dev/"
3
+</script>
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/',
+ base: '/',
8
build: {
9
outDir: 'dist',
10
sourcemap: false,
0 commit comments