Skip to content

Commit

Permalink
Remove Frames Completely
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Dec 13, 2024
1 parent b1d8b78 commit 4b527e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 90 deletions.
4 changes: 1 addition & 3 deletions apps/og/src/app/posts/[id]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import getCollectModuleMetadata from "@helpers/getCollectModuleMetadata";
import getPostOGImages from "@helpers/getPostOGImages";
import { APP_NAME } from "@hey/data/constants";
import getAccount from "@hey/helpers/getAccount";
Expand Down Expand Up @@ -86,8 +85,7 @@ export const generateMetadata = async ({
"count:likes": targetPost.stats.reactions,
"count:reposts": targetPost.stats.reposts,
"count:quotes": targetPost.stats.quotes,
"lens:id": targetPost.id,
...getCollectModuleMetadata(targetPost)
"lens:id": targetPost.id
},
publisher: name,
title: title,
Expand Down
39 changes: 0 additions & 39 deletions apps/og/src/helpers/getCollectModuleMetadata.ts

This file was deleted.

48 changes: 0 additions & 48 deletions packages/helpers/getNftChainInfo.ts

This file was deleted.

0 comments on commit 4b527e6

Please sign in to comment.