mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-09 19:59:27 +02:00
fix
This commit is contained in:
@@ -5,23 +5,12 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
components: {},
|
||||
metaInfo: {
|
||||
title: 'LUCKY DIAMOND',
|
||||
meta: [
|
||||
{ property: 'og:title', content: 'LUCKY DIAMOND' },
|
||||
{ property: 'og:type', content: 'website' },
|
||||
{ property: 'og:url', content: 'https://yourwebsite.com' }, // Замените на ваш URL
|
||||
{ property: 'og:image', content: 'https://link.to.your/image.jpg' }, // Замените на URL вашего изображения
|
||||
{ property: 'og:description', content: 'MINECRAFT CASINO - SPM' }
|
||||
// Добавьте другие мета-теги Open Graph по вашему выбору
|
||||
]
|
||||
}
|
||||
components: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
/* Ваши стили здесь */
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user