Add rss feed with latest 10 artworks
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
export default function Head() {
|
||||
return (
|
||||
<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
|
||||
);
|
||||
}
|
||||
@ -19,6 +19,11 @@ const geistMono = Geist_Mono({
|
||||
export const metadata: Metadata = {
|
||||
title: "Gaertan Art",
|
||||
description: "Portfolio, Artworks and Commission Requests",
|
||||
alternates: {
|
||||
types: {
|
||||
"application/rss+xml": "/rss.xml",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user