feat: adiciona metadados de title e description
This commit is contained in:
@@ -215,6 +215,17 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
useHead({
|
||||
title: 'GameVerse | Sistema Distribuído Gamer',
|
||||
meta: [
|
||||
{
|
||||
name: 'description',
|
||||
content:
|
||||
'Plataforma integrada para descobrir jogos, acompanhar rankings, salvar favoritos, montar perfil gamer e gerenciar gift cards.'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
const token = useCookie('token')
|
||||
|
||||
const hasToken = computed(() => Boolean(token.value))
|
||||
|
||||
Reference in New Issue
Block a user