Skip to content

Commit

Permalink
🐛 bugfix: updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayngie committed Dec 20, 2023
1 parent c789b0e commit 7343e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const router = createBrowserRouter([
element: <Layout></Layout>,
children: [
{
path: "/",
path: "/natural-guide-to-gestational-diabetes",
element: <Home></Home>,
index: true,
},
Expand Down

0 comments on commit 7343e51

Please sign in to comment.