We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a51c3 commit fbd9ad9Copy full SHA for fbd9ad9
apps/docs/app/rss.xml/route.ts
@@ -8,13 +8,10 @@ export const revalidate = false;
8
9
export const GET = () => {
10
const feed = new Feed({
11
- title: "Vercel Documentation",
+ title: "AI Elements Documentation",
12
id: baseUrl,
13
link: baseUrl,
14
language: "en",
15
-
16
- image: `${baseUrl}/banner.png`,
17
- favicon: `${baseUrl}/icon.png`,
18
copyright: `All rights reserved ${new Date().getFullYear()}, Vercel`,
19
});
20
0 commit comments