fix: links to pages

This commit is contained in:
NaitLee 2025-09-26 19:39:42 +08:00
parent f642e66252
commit 4ef48dc861
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ title Amaharacya.one
一隻元氣滿滿的貓娘
有時候我會發一點點[文章](/page)
有時候我會發一點點[文章](/page/)
我的一些信息:

View file

@ -32,7 +32,7 @@
</svg>
</a>
<div class="nav__links">
<a href="/pages">文章</a>
<a href="/page/">文章</a>
<a href="/">關於</a>
</div>
</nav>

View file

@ -5,7 +5,7 @@
</svg>
</a>
<div class="nav__links">
<a href="/pages.html">文章</a>
<a href="/page/">文章</a>
<a href="/">關於</a>
</div>
</nav>