mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-01 17:50:13 +00:00
update rss description
This commit is contained in:
parent
2d78351bfe
commit
2f9b2d1922
1 changed files with 2 additions and 2 deletions
|
|
@ -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) => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue