File tree 1 file changed +14
-13
lines changed
1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div >
3
- <NuxtWelcome />
4
- </div >
2
+ <div ></div >
5
3
</template >
6
4
7
5
<script lang="ts" setup>
8
- const route = useRoute ()
9
-
10
- const { image, text } = route .query
11
-
12
- defineOgImage ({
13
- component: ' base' ,
14
- props: {
15
- text: text ,
16
- image: image ,
17
- },
6
+ useSeoMeta ({
7
+ title: ' KodaDot - Your Generative Art Marketplace' ,
8
+ viewport: ' width=device-width, initial-scale=1' ,
9
+ description: ' One Stop NFT Shop on Polkadot' ,
10
+ ogTitle: ' KodaDot - NFT Market Explorer' ,
11
+ ogDescription: ' One Stop NFT Shop on Polkadot' ,
12
+ ogType: ' website' ,
13
+ ogImage: ' https://koda.art/k_card.png' ,
14
+ twitterCard: ' summary_large_image' ,
15
+ twitterTitle: ' KodaDot - NFT Market Explorer' ,
16
+ twitterDescription: ' One Stop NFT Shop on Polkadot' ,
17
+ twitterImage: ' https://koda.art/k_card.png' ,
18
+ twitterSite: ' @KodaDot'
18
19
})
19
20
</script >
You can’t perform that action at this time.
0 commit comments