added embed

This commit is contained in:
rafael1209
2024-04-14 17:16:17 +03:00
parent 59565dc1c0
commit 8b6a3b03e0

View File

@@ -5,12 +5,23 @@
</template>
<script>
export default {
name: 'App',
components: {}
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 по вашему выбору
]
}
}
</script>
<style>
/* Ваши стили здесь */
</style>