Fix typescript validation

This commit is contained in:
prototypa
2023-08-11 23:46:46 -04:00
parent 34eae84971
commit a8ac13896a

View File

@ -16,7 +16,7 @@ export const get = async () => {
return rss({
title: `${SITE_CONFIG.name}s Blog`,
description: METADATA_CONFIG?.description,
description: METADATA_CONFIG?.description || "",
site: import.meta.env.SITE,
items: posts.map((post) => ({