From ca0e1b5d0b2840f70eafc64f03afa121db7e2a1d Mon Sep 17 00:00:00 2001 From: Gaurish Sethia Date: Fri, 20 Oct 2023 11:47:01 +0530 Subject: [PATCH] feed --- app/blog/page.tsx | 2 +- app/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/blog/page.tsx b/app/blog/page.tsx index a5b6023..edefbc5 100644 --- a/app/blog/page.tsx +++ b/app/blog/page.tsx @@ -34,7 +34,7 @@ export default function Blog() {
Atom diff --git a/app/layout.tsx b/app/layout.tsx index 34e9688..95041d1 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -20,7 +20,7 @@ export const metadata: Metadata = { alternates: { canonical: "./", types: { - "application/rss+xml": `https://gaurishsethia.codes/atom`, + "application/rss+xml": `https://gaurishsethia.codes/feed.xml`, }, }, robots: {