Skip to content

Commit aea65e6

Browse files
committed
fix: remove extra url from nav link
1 parent 5e62d11 commit aea65e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const { frontmatter } = Astro.props;
2727
{
2828
sortedPages.map((page) => (
2929
<a href={page.url + "/"}>
30-
{page.url}
3130
<div>{page.frontmatter.title}</div>
3231
</a>
3332
))

0 commit comments

Comments
 (0)