We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77218a commit d76b4d6Copy full SHA for d76b4d6
src/src/Router.tsx
@@ -1,7 +1,7 @@
1
-import { RouterProvider, createBrowserRouter } from "react-router-dom";
+import { RouterProvider, createHashRouter } from "react-router-dom";
2
import { ErrorPage, IndexPage, NotFoundPage, Root } from "./pages";
3
4
-const router = createBrowserRouter(
+const router = createHashRouter(
5
[
6
{
7
path: "/",
0 commit comments