Skip to content

Commit

Permalink
fix: navbar error
Browse files Browse the repository at this point in the history
  • Loading branch information
zaheer-Khan3260 committed Nov 9, 2023
1 parent 076f4d0 commit d3b8929
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "real-state",
"homepage": "https://",
"homepage": "https://zaheer-Khan3260.github.io/realState/",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ const router = createBrowserRouter([
element: <Layout/>,
children: [
{
path: "",
path: "/realState/",
element: <Home/>
},
{
path: "services",
path: "/realState/services",
element: <Services />
},
{
path: "About",
path: "/realState/About",
element: <About/>
},
{
path: "contact",
path: "/realState/contact",
element: <Contact/>
}
]
Expand Down

0 comments on commit d3b8929

Please sign in to comment.