Skip to content

Commit

Permalink
base
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Apr 2, 2024
1 parent c896500 commit 104f569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/pages/post/[postId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const getServerSideProps: GetServerSideProps<Props> = async ({ params })
? openGraphMetaTags({
title: `Gallery`, //todo opengraph title and content
path: `/post/${postId}`,
isFcFrameCompatible: true,
isFcFrameCompatible: false,
})
: null,
},
Expand Down

0 comments on commit 104f569

Please sign in to comment.