Skip to content

Commit 0c3457d

Browse files
committed
Fix links
1 parent 2239156 commit 0c3457d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/feed.xml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export async function getServerSideProps({ res }) {
55
const feed = new RSS({
66
title: "Manu Arora",
77
site_url: "https://manuarora.in",
8-
feed_url: "https://leerob.io/feed.xml",
8+
feed_url: "https://manuarora.in/feed.xml",
99
});
1010

1111
const posts = await getAllFilesFrontMatter("blog");

0 commit comments

Comments
 (0)