Add RSS feed functionality and icon to the blog
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 1m13s

This commit is contained in:
2025-09-15 08:27:57 +02:00
parent d54cb829ec
commit c8536502bc
6 changed files with 107 additions and 3 deletions

View File

@@ -45,6 +45,14 @@ export const metadata: Metadata = {
},
],
},
other: {
"msapplication-TileColor": "#da532c",
"theme-color": "#ffffff",
"Content-Type": "application/rss+xml",
rel: "alternate",
title: "Gabriel Kaszewski's Blog RSS Feed",
url: "/feed.xml",
},
};
export default function RootLayout({