From 2f9b2d1922b7b7212f641eaaf2e50ec197d37000 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Thu, 26 Mar 2026 18:55:50 +0200 Subject: [PATCH] update rss description --- src/pages/rss.xml.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/rss.xml.js b/src/pages/rss.xml.js index 7c78543..22a20fa 100644 --- a/src/pages/rss.xml.js +++ b/src/pages/rss.xml.js @@ -5,8 +5,8 @@ import { getCollection } from 'astro:content'; export async function GET(context) { const posts = await getCollection("blog"); return rss({ - title: 'Astro Learner | Blog', - description: 'My journey learning Astro', + title: 'Cloverta的博客', + description: '在这里,发现更多(雾)欢迎来到三叶的博客🥳', site: context.site, items: await pagesGlobToRssItems(import.meta.glob('./**/*.md')), items: posts.map((post) => ({