fix(blog): fixed link to blog page
This commit is contained in:
parent
d710d6a448
commit
f2cda4bd1c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ const hasPosts = (await getCollection("blog")).length > 0;
|
|||
<Panel>
|
||||
<span style="display: flex; flex-direction: row; justify-content: space-between; width: 200px;">
|
||||
<a href="/">Home</a>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/blog/">Blog</a>
|
||||
</span>
|
||||
</Panel>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue