Skip to content

Commit 7c78f4e

Browse files
committed
fix(rss): update blog description for clarity
1 parent cef2fde commit 7c78f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/rss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function getRSS() {
99
id: `${baseUrl}/blog`,
1010
link: `${baseUrl}/blog`,
1111
language: "en",
12-
12+
description: "Our blog where we post about more or less technical stuff regarding our plugins and minecraft in general",
1313
image: `${baseUrl}/banner.png`,
1414
favicon: `${baseUrl}/icon.png`,
1515
copyright: "All rights reserved 2025, TheNextLvl",

0 commit comments

Comments
 (0)