chore: update package.json and package-lock.json for @types/react-dom, adjust routes and vite config

This commit is contained in:
Dan Dobos
2026-02-20 17:23:35 +01:00
parent 89144c85d9
commit 4a3757ee3d
4 changed files with 19 additions and 5 deletions
+3 -1
View File
@@ -18,4 +18,6 @@ export const router = createBrowserRouter([
{ path: "contact", Component: Contact },
],
},
]);
], {
basename: import.meta.env.BASE_URL
});