Skip to content

Commit

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

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

0 comments on commit c789b0e

Please sign in to comment.