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
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 1m13s
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user