Skip to content

Commit fbd9ad9

Browse files
committed
Update route.ts
1 parent 34a51c3 commit fbd9ad9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/docs/app/rss.xml/route.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ export const revalidate = false;
88

99
export const GET = () => {
1010
const feed = new Feed({
11-
title: "Vercel Documentation",
11+
title: "AI Elements Documentation",
1212
id: baseUrl,
1313
link: baseUrl,
1414
language: "en",
15-
16-
image: `${baseUrl}/banner.png`,
17-
favicon: `${baseUrl}/icon.png`,
1815
copyright: `All rights reserved ${new Date().getFullYear()}, Vercel`,
1916
});
2017

0 commit comments

Comments
 (0)