Skip to content

Commit

Permalink
✨ Add RSS feed link to head
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Sep 8, 2024
1 parent 825c633 commit aef00fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/lib/mergeMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ export default function mergeMetadata({
card: "summary_large_image",
site: "@nickoates_",
},
alternates: {
types: {
"application/rss+xml": "/feed.xml",
}
}
};

return metadata;
Expand Down

0 comments on commit aef00fe

Please sign in to comment.