Skip to content

Commit 4a26f2b

Browse files
committed
fix: unify trailing slashes for GitHub Pages routing
1 parent f739ae8 commit 4a26f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Navigation = ({ pathname }: NavigationProps) => {
1818
label: 'Home',
1919
},
2020
{
21-
href: `${BASE_URL}about`,
21+
href: `${BASE_URL}about/`,
2222
label: 'About',
2323
},
2424
];

0 commit comments

Comments
 (0)