mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-16 23:41:20 +08:00
fix: remove console.log
This commit is contained in:
@ -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 ?? "",
|
||||
|
Reference in New Issue
Block a user