summaryrefslogtreecommitdiff
path: root/src/components/BaseHead.astro
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-03 13:09:53 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-03 13:09:53 +0300
commit1e5f5a953588cefa75396454c9aed0a79552db14 (patch)
tree733c5bcf71f009acc0bacfbc2269404330c82b5d /src/components/BaseHead.astro
parent0bedb68753e7202326383fd10f7af563d7fbc24a (diff)
Migrate notes to micro
Diffstat (limited to 'src/components/BaseHead.astro')
-rw-r--r--src/components/BaseHead.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro
index 7ff861f..ceb55ea 100644
--- a/src/components/BaseHead.astro
+++ b/src/components/BaseHead.astro
@@ -71,7 +71,7 @@ const socialImageURL = new URL(ogImage ? ogImage : "/social-card.png", Astro.url
{/* RSS auto-discovery */}
<link href="/rss.xml" title="Blog" rel="alternate" type="application/rss+xml" />
-<link href="/notes/rss.xml" title="Notes" rel="alternate" type="application/rss+xml" />
+<link href="/micro/rss.xml" title="Micro" rel="alternate" type="application/rss+xml" />
{/* Webmentions */}
{