From 7c2863c1299fed90c37c65cc76b1517a99c0a2e5 Mon Sep 17 00:00:00 2001 From: Suhan Wijaya Date: Wed, 16 Oct 2024 21:09:42 +0800 Subject: [PATCH] Update [id].js --- pages/posts/[id].js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) => {
+ ); };