diff --git a/src/main.tsx b/src/main.tsx index 4e9f77b..42d8084 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -6,7 +6,7 @@ import App from './App'; ReactDOM.createRoot(document.getElementById('root')!).render( - + diff --git a/vite.config.ts b/vite.config.ts index 1fa529b..bef8e1f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,8 +7,8 @@ import react from '@vitejs/plugin-react'; // https://vitejs.dev/config/ export default defineConfig({ + base: '/identity-on-chain-platform.pages/', plugins: [react(), nodePolyfills()], - base: './', test: { globals: true, environment: 'jsdom',