remove console log

This commit is contained in:
2023-07-30 20:49:49 -04:00
parent ceb456b4fb
commit 7d7dcb13f9
-1
View File
@@ -6,7 +6,6 @@ const parser = new MarkdownIt({ html: true })
export async function get(context) { export async function get(context) {
const blog = await getCollection('blog') const blog = await getCollection('blog')
console.log(blog)
return rss({ return rss({
title: 'ghall.blog', title: 'ghall.blog',
description: description: