mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
fix rss
This commit is contained in:
parent
c6b4e93e15
commit
b25c0701d6
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@ import rss, { pagesGlobToRssItems } from "@astrojs/rss"
|
|||
|
||||
export async function get() {
|
||||
return rss({
|
||||
title: "Austin's Blog",
|
||||
description: "Site description",
|
||||
site: "https://astro-blog.qum.cc",
|
||||
title: "NBTCA Home",
|
||||
description: "NBTCA Home Page",
|
||||
site: "https://www.nbtca.space",
|
||||
items: await pagesGlobToRssItems(import.meta.glob("./**/*.md")),
|
||||
customData: `<language>zh-cn</language>`,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue