From 104f56959af9281721515f256a0d1aa82828f783 Mon Sep 17 00:00:00 2001 From: Rohan-cp Date: Mon, 1 Apr 2024 21:18:58 -0400 Subject: [PATCH] base --- apps/web/pages/post/[postId].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/post/[postId].tsx b/apps/web/pages/post/[postId].tsx index 944acb56c7..670c4a33de 100644 --- a/apps/web/pages/post/[postId].tsx +++ b/apps/web/pages/post/[postId].tsx @@ -51,7 +51,7 @@ export const getServerSideProps: GetServerSideProps = async ({ params }) ? openGraphMetaTags({ title: `Gallery`, //todo opengraph title and content path: `/post/${postId}`, - isFcFrameCompatible: true, + isFcFrameCompatible: false, }) : null, },