diff --git a/package.json b/package.json
index bedf92c..2e37c6b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "real-state",
- "homepage": "https://",
+ "homepage": "https://zaheer-Khan3260.github.io/realState/",
"private": true,
"version": "0.0.0",
"type": "module",
diff --git a/src/main.jsx b/src/main.jsx
index adcf27e..4eff16b 100644
--- a/src/main.jsx
+++ b/src/main.jsx
@@ -16,19 +16,19 @@ const router = createBrowserRouter([
element: ,
children: [
{
- path: "",
+ path: "/realState/",
element:
},
{
- path: "services",
+ path: "/realState/services",
element:
},
{
- path: "About",
+ path: "/realState/About",
element:
},
{
- path: "contact",
+ path: "/realState/contact",
element:
}
]