chore: update package.json and package-lock.json for @types/react-dom, adjust routes and vite config
This commit is contained in:
+3
-1
@@ -18,4 +18,6 @@ export const router = createBrowserRouter([
|
||||
{ path: "contact", Component: Contact },
|
||||
],
|
||||
},
|
||||
]);
|
||||
], {
|
||||
basename: import.meta.env.BASE_URL
|
||||
});
|
||||
Reference in New Issue
Block a user