We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2239156 commit 0c3457dCopy full SHA for 0c3457d
pages/feed.xml.js
@@ -5,7 +5,7 @@ export async function getServerSideProps({ res }) {
5
const feed = new RSS({
6
title: "Manu Arora",
7
site_url: "https://manuarora.in",
8
- feed_url: "https://leerob.io/feed.xml",
+ feed_url: "https://manuarora.in/feed.xml",
9
});
10
11
const posts = await getAllFilesFrontMatter("blog");
0 commit comments