We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ffecd commit 6ebf249Copy full SHA for 6ebf249
1 file changed
nextjs/pages/post/[id].tsx
@@ -56,7 +56,6 @@ export async function getStaticProps({ params }) {
56
query: getPost,
57
variables: { id: id },
58
});
59
- console.log(postData);
60
return {
61
props: {
62
post: postData.data.getPost,
0 commit comments