mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +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() {
|
export async function get() {
|
||||||
return rss({
|
return rss({
|
||||||
title: "Austin's Blog",
|
title: "NBTCA Home",
|
||||||
description: "Site description",
|
description: "NBTCA Home Page",
|
||||||
site: "https://astro-blog.qum.cc",
|
site: "https://www.nbtca.space",
|
||||||
items: await pagesGlobToRssItems(import.meta.glob("./**/*.md")),
|
items: await pagesGlobToRssItems(import.meta.glob("./**/*.md")),
|
||||||
customData: `<language>zh-cn</language>`,
|
customData: `<language>zh-cn</language>`,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue