summaryrefslogtreecommitdiff
path: root/src/components/note
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/note')
-rw-r--r--src/components/note/Note.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/note/Note.astro b/src/components/note/Note.astro
index cff3414..d96cb6d 100644
--- a/src/components/note/Note.astro
+++ b/src/components/note/Note.astro
@@ -21,7 +21,7 @@ const { Content } = await render(note);
<Tag class="title" class:list={{ "text-base": isPreview }}>
{
isPreview ? (
- <a class="cactus-link" href={`/notes/${note.id}/`}>
+ <a class="cactus-link" href={`/micro/${note.id}/`}>
{note.data.title}
</a>
) : (