feat: use logger

This commit is contained in:
2023-08-05 22:16:14 +02:00
parent 46cd823b6c
commit 32a7f89309
15 changed files with 99 additions and 37 deletions

View File

@ -19,8 +19,6 @@ export default function Greet(props: PageProps<Article>) {
const { author = "", date = "" } = article.meta;
console.log({ tags: article.tags });
return (
<MainLayout url={props.url} title={`Article > ${article.name}`}>
<RecipeHero