Skip to content

Commit

Permalink
Merge pull request #1277 from tapexyz/add-type
Browse files Browse the repository at this point in the history
chore: add media type
  • Loading branch information
sasicodes authored Jan 30, 2024
2 parents e797f82 + 4029490 commit 53ec000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/og/src/other-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const getCollectModuleMetadata = (publication: PrimaryPublication) => {
'eth:nft:media_url': publicationCover,
'eth:nft:mint_count': publication.stats.countOpenActions,
'eth:nft:mint_url': pageUrl,
'eth:nft:media:type': 'video',
'eth:nft:schema': 'ERC721'
}
}

0 comments on commit 53ec000

Please sign in to comment.