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 d83b171 commit 6889276
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 @@ -10,7 +10,7 @@ import { TrainingAdvice } from "./components/pages/TrainingAdvice";

export const router = createBrowserRouter([
{
path: "/",
path: "/natural-guide-to-gestational-diabetes/",
element: <Layout></Layout>,
children: [
{
Expand Down

0 comments on commit 6889276

Please sign in to comment.