Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
docs(website): fix broken link to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Nov 16, 2022
1 parent acffd66 commit d77b7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/NavigationSidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for (const page of allPages) {
<ul class="mobile-navigation">
<li><a href="/">Docs</a></li>
<li><a href="/playground">Playground</a></li>
<li><ActiveLink href="/blog/">Blog</ActiveLink></li>
<li><ActiveLink href="https://rome.tools/blog/">Blog</ActiveLink></li>
</ul>

<ExternalLinks />
Expand Down

0 comments on commit d77b7f9

Please sign in to comment.