Skip to content

Commit e51e04e

Browse files
authored
Upgrades to redirect new page and try fix files paths
1 parent 93c8673 commit e51e04e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<script type="text/javascript">
2+
window.location.href = "https://bridgex.pages.dev/"
3+
</script>

website/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/bridgex/',
7+
base: '/',
88
build: {
99
outDir: 'dist',
1010
sourcemap: false,

0 commit comments

Comments
 (0)