Skip to content

Commit a28d531

Browse files
committed
feat: add RSS feed metadata for Evolu Blog
1 parent e8a3093 commit a28d531

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/web/src/app/layout.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ export const metadata: Metadata = {
66
default:
77
"Local-First Platform Designed for Privacy, Ease of Use, and No Vendor Lock-In",
88
},
9+
alternates: {
10+
types: {
11+
"application/rss+xml": [
12+
{
13+
title: "Evolu Blog",
14+
url: "https://www.evolu.dev/blog/rss.xml",
15+
},
16+
],
17+
},
18+
},
919
};
1020

1121
export default function RootLayout({

0 commit comments

Comments
 (0)