Files for my website bwc9876.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add RSS

Ben C 3a9aff79 bf55d71e

+1
+1
src/layouts/Layout.astro
··· 60 60 <meta name="twitter:image" content={og.src} /> 61 61 <link rel="canonical" href={canonical} /> 62 62 <link rel="icon" href="/favicon.png" /> 63 + <link rel="alternate" type="application/rss+xml" title="Ben C's Blog" href={new URL("feed.xml", Astro.site)}/> 63 64 <ViewTransitions /> 64 65 </head> 65 66 <body id="top">