File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,13 @@ import Connector from '@vue-polkadot/vue-api';
27
27
{ property: ' og:url' , content: ' https://kodadot.xyz' },
28
28
{ property: ' og:description' , content: ' KodaDot πΌπ First Polkadot/Kusama NFT Market Explorer' },
29
29
{ property: ' og:site_name' , content: ' KodaDot πΌπ First Polkadot/Kusama NFT Market Explorer' },
30
- { property: ' og:locale' , content: ' en_US' },
31
30
// { property: 'og:image', content: '/img/icons/android-chrome-256x256.png'}
31
+ { property: ' og:locale' , content: ' en_US' },
32
+ { property: ' twitter:card' , content: ' summary_large_image' },
33
+ { property: ' twitter:site' , content: ' @KodaDot' },
34
+ { property: ' twitter:title' , content: ' KodaDot πΌπ First Polkadot/Kusama NFT Market Explorer' },
35
+ { property: ' twitter:description' , content: ' KodaDot πΌπ First Polkadot/Kusama NFT Market Explorer' },
36
+ // { property: 'twitter:image', content: (this.nft.image as string) },
32
37
]
33
38
}
34
39
},
Original file line number Diff line number Diff line change @@ -215,11 +215,12 @@ 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
221
{ property: ' og:image' , content: (this .nft .image as string ) },
222
- { property: ' twitter:creator' , content: ' @KodaDot' },
222
+ { property: ' twitter:card' , content: ' summary_large_image' },
223
+ { property: ' twitter:site' , content: ' @KodaDot' },
223
224
{ property: ' twitter:title' , content: (this .nft .name as string ) },
224
225
{ property: ' twitter:description' , content: (this .nft .description as string ) },
225
226
{ property: ' twitter:image' , content: (this .nft .image as string ) },
You canβt perform that action at this time.
0 commit comments