summaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-01-13 15:44:43 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-01-13 15:44:43 +0100
commitc0dcecc43e36eeb6b10f662c1be760736cd0dbac (patch)
tree9c421dc980a3e011f0bb4671e90b0d8a38ef614d /src/pages/index.astro
parent52411f6cb9efc10dd683096b34e5c279a11f7e0a (diff)
Cleanup old micro pages
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index df7a66a..1bc088c 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -49,7 +49,7 @@ const latestMicro = allMicro.sort(collectionDateSort).slice(0, MAX_MICRO);
latestMicro.length > 0 && (
<section class="mt-16">
<h2 class="title text-accent mb-6 text-xl">
- <a href="/micro/">Micro</a>
+ <a href="/tags/micro/">Micro</a>
</h2>
<ul class="space-y-6" role="list">
{latestMicro.map((note) => (