1
0
Fork 0

fix(fs.dev): Removed debug output

This commit is contained in:
Joost De Cock 2021-12-31 06:46:04 +01:00
parent 40caaac939
commit 4a90513305

View file

@ -50,7 +50,7 @@ const Author = ({ author }) => (
const PostPage = ({ post, author }) => {
const app = useApp()
console.log(post)
return (
<Page app={app} title={post.title}>
<Head>