Skip to content

Commit 68c5bf7

Browse files
committed
Update main.tsx
1 parent 48307ad commit 68c5bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const queryClient = new QueryClient({
1919
})
2020

2121
// Get base path for router (matches vite.config.ts base)
22-
const basename = import.meta.env.PROD ? '/claim-ui' : '/'
22+
const basename = import.meta.env.PROD ? '/' : '/'
2323

2424
ReactDOM.createRoot(document.getElementById('root')!).render(
2525
<React.StrictMode>

0 commit comments

Comments
 (0)