Skip to content

Commit f3934d1

Browse files
committed
e
1 parent d09579f commit f3934d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ const App = () => {
529529
},
530530
];
531531

532-
const router = createHashRouter(routes, {
532+
const router = createBrowserRouter(routes, {
533533
basename: import.meta.env.BASE_URL,
534534
});
535535

0 commit comments

Comments
 (0)