- updated paths and code splitting config
This commit is contained in:
@@ -6,7 +6,10 @@ import { AppProviders } from "./app/providers/AppProviders";
|
||||
import "./index.css";
|
||||
import Modal from "react-modal";
|
||||
|
||||
const router = createRouter({ routeTree });
|
||||
const router = createRouter({
|
||||
routeTree,
|
||||
basepath: "/bayiq",
|
||||
});
|
||||
|
||||
Modal.setAppElement("#root");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user