add rss auto discovery
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Michael Zhang 2024-09-26 18:14:27 -05:00
parent 7a1b2b9787
commit 439eabd69f

View file

@ -7,6 +7,8 @@ import "../styles/home.scss";
const currentUrl = Astro.url;
---
<link rel="alternate" type="application/rss+xml" href="/rss.xml" title="RSS Feed" slot="head" />
<BaseLayout>
<h1>Blog</h1>