diff --git a/package.json b/package.json index 1be58c8..bedf92c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "real-state", + "homepage": "https://", "private": true, "version": "0.0.0", "type": "module", diff --git a/src/main.jsx b/src/main.jsx index 62ab47d..adcf27e 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -12,7 +12,7 @@ import Contact from './Components/ContactUs/ContactUs' const router = createBrowserRouter([ { - path: "/", + path: "/realState/", element: , children: [ {