Jumbo commit

This commit is contained in:
Timothy Pidashev
2024-06-07 17:29:08 -07:00
parent f96629a6b4
commit 73e6e2c354
10 changed files with 209 additions and 97 deletions

View File

@@ -19,8 +19,6 @@ export async function getBlogBySlug(slug) {
},
},
});
console.log("Frontmatter:", frontmatter); // Debug log
console.log("Content:", content); // Debug log
return { frontmatter, content, slug };
}