@@ -215,14 +215,15 @@ type NFTType = NFTWithMeta;
215
215
name: ' description' ,
216
216
content: ' KodaDot ๐ผ๐ First Polkadot/Kusama NFT Market Explorer'
217
217
},
218
- { property: ' og:title' , content: (this .nft .name as string ) },
219
218
{ property: ' og:type' , content: ' website' },
219
+ { property: ' og:title' , content: (this .nft .name as string ) },
220
220
{ property: ' og:description' , content: (this .nft .description as string ) },
221
- { property: ' og:image' , content: (this .nft .image as string ) }
222
- // { property: 'og:title', content: this.nft.name || 'Artists Mint Title' },
223
- // { property: 'og:type', content: 'website'},
224
- // { property: 'og:description', content: this.nft.description || 'Artist Mint Description' },
225
- // { property: 'og:image', content: this.nft.image || require('@/assets/kodadot_logo_v1_transparent_400px.png') }
221
+ { property: ' og:image' , content: (this .nft .image as string ) },
222
+ { property: ' twitter:card' , content: ' summary_large_image' },
223
+ { property: ' twitter:site' , content: ' @KodaDot' },
224
+ { property: ' twitter:title' , content: (this .nft .name as string ) },
225
+ { property: ' twitter:description' , content: (this .nft .description as string ) },
226
+ { property: ' twitter:image' , content: (this .nft .image as string ) },
226
227
]
227
228
}
228
229
},
0 commit comments