Skip to content

Commit

Permalink
🐛 bugfix: updted path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayngie committed Dec 20, 2023
1 parent 7343e51 commit 9a28eec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { TrainingAdvice } from "./components/pages/TrainingAdvice";

export const router = createBrowserRouter([
{
// @ts-expect-error vs code issue
basename: "/natural-guide-to-gestational-diabetes",
path: "/natural-guide-to-gestational-diabetes",
element: <Layout></Layout>,
children: [
{
Expand Down

0 comments on commit 9a28eec

Please sign in to comment.