Skip to content

Commit

Permalink
refactor: use author page for about
Browse files Browse the repository at this point in the history
  • Loading branch information
NobbZ committed Jul 3, 2023
1 parent e995f47 commit 4b146d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion src/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const Layout = ({ className, pageTitle, children }: LayoutProps) => {
<Link to="/tags">Tags</Link>
</li>
<li>
<Link to="/about">About</Link>
<Link to="/author/nobbz">About</Link>
</li>
</ul>
</nav>
Expand Down
15 changes: 0 additions & 15 deletions src/pages/about.tsx

This file was deleted.

0 comments on commit 4b146d2

Please sign in to comment.