fix: remove console.log

This commit is contained in:
KazooTTT
2025-02-08 15:52:37 +08:00
parent 777d751f46
commit 0fb76dce78

View File

@ -19,7 +19,6 @@ export const GET = async () => {
description: siteConfig.description,
site: import.meta.env.SITE,
items: sortedPosts.map((post) => {
console.log(post.data);
return {
title: post.data.title,
description: post.data.description ?? "",