diff --git a/pages/posts/[id].js b/pages/posts/[id].js index 996b3d5..56051cd 100644 --- a/pages/posts/[id].js +++ b/pages/posts/[id].js @@ -68,7 +68,6 @@ const Post = ({ postData }) => { referrerPolicy="no-referrer" /> -

{postData?.title}

{postData?.description}
@@ -103,6 +102,7 @@ const Post = ({ postData }) => {
+ ); };