Skip to content

Commit

Permalink
feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurish Sethia authored and ImgBotApp committed Nov 16, 2023
1 parent 521fada commit ca0e1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Blog() {
<div className="flex items-center justify-center flex-row gap-2">
<Link
className="font-medium text-zinc-800 dark:text-zinc-200 transition hover:text-teal-500 dark:hover:text-teal-500"
href={"/atom"}
href={"/feed.xml"}
>
Atom
</Link>
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit ca0e1b5

Please sign in to comment.