Fix typescript validation
This commit is contained in:
@ -16,7 +16,7 @@ export const get = async () => {
|
|||||||
|
|
||||||
return rss({
|
return rss({
|
||||||
title: `${SITE_CONFIG.name}’s Blog`,
|
title: `${SITE_CONFIG.name}’s Blog`,
|
||||||
description: METADATA_CONFIG?.description,
|
description: METADATA_CONFIG?.description || "",
|
||||||
site: import.meta.env.SITE,
|
site: import.meta.env.SITE,
|
||||||
|
|
||||||
items: posts.map((post) => ({
|
items: posts.map((post) => ({
|
||||||
|
Reference in New Issue
Block a user