fix(notes): 移除多余的预览链接

- 移除 `/notes/[...page].astro` 中多余的预览链接。
This commit is contained in:
KazooTTT
2025-03-05 16:16:30 +08:00
parent e123d5928a
commit b931b14013

View File

@ -60,10 +60,6 @@ function calculateIndex(index: number, page: Page<NoteItem>) {
<Icon aria-hidden="true" class="h-6 w-6" focusable="false" name="mdi:rss" />
</a>
<div class="flex-1"></div>
<a
href={`/notes/${page.currentPage === 1 ? "" : page.currentPage}`}
class="cactus-link text-sm">preview</a
>
</h1>
<div class="columns-1">
{