fix: add posts to rss.xml
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
---
|
||||
import "../style/global.css";
|
||||
|
||||
import { SITE_TITLE } from "../config"
|
||||
|
||||
const { title, description, image = "/home-blog-card.png" } = Astro.props;
|
||||
---
|
||||
|
||||
@@ -38,4 +40,7 @@ const { title, description, image = "/home-blog-card.png" } = Astro.props;
|
||||
href="https://fonts.googleapis.com/css?family=Roboto+Mono"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<!-- RSS Link -->
|
||||
<link rel="alternate" href="/rss.xml" type="application/rss+xml" title={SITE_TITLE}>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user