fix(blog): fixed link to blog page

This commit is contained in:
Fishandchips321 2026-02-19 11:31:42 +00:00 committed by Riley
parent d710d6a448
commit f2cda4bd1c

View file

@ -23,7 +23,7 @@ const hasPosts = (await getCollection("blog")).length > 0;
<Panel> <Panel>
<span style="display: flex; flex-direction: row; justify-content: space-between; width: 200px;"> <span style="display: flex; flex-direction: row; justify-content: space-between; width: 200px;">
<a href="/">Home</a> <a href="/">Home</a>
<a href="/blog">Blog</a> <a href="/blog/">Blog</a>
</span> </span>
</Panel> </Panel>
) )