This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1212import { Component , Vue } from ' vue-property-decorator' ;
1313
1414@Component <Leaderboard >({
15+ metaInfo() {
16+ return {
17+ meta: [
18+ {
19+ property: ' og:title' ,
20+ content: ' KodaDot | Kusama NFT Market explorer'
21+ },
22+ { property: ' og:url' , content: ' https://nft.kodadot.xyz' },
23+ {
24+ property: ' og:description' ,
25+ content: ' Discover new artists based on the ranking'
26+ },
27+ {
28+ property: ' og:site_name' ,
29+ content: ' Low fees and low carbon minting'
30+ },
31+ {
32+ property: ' og:image' ,
33+ content: ' https://nft.kodadot.xyz/kodadot_community.jpeg'
34+ },
35+ {
36+ property: ' twitter:title' ,
37+ content: ' NFT artist ranking'
38+ },
39+ {
40+ property: ' twitter:description' ,
41+ content: ' Discover new artists based on the ranking'
42+ },
43+ {
44+ property: ' twitter:image' ,
45+ content: ' https://nft.kodadot.xyz/kodadot_community.jpeg'
46+ }
47+ ]
48+ };
49+ },
1550 components: {
1651 Identity : () => import (' @/components/shared/format/Identity.vue' ),
1752 SpotlightTable : () => import (' @/components/spotlight/SpotlightTable.vue' )
You can’t perform that action at this time.
0 commit comments