feat: adiciona metadados de title e description
This commit is contained in:
@@ -136,6 +136,16 @@ definePageMeta({
|
||||
layout: 'protected'
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: 'Perfil gamer | GameVerse',
|
||||
meta: [
|
||||
{
|
||||
name: 'description',
|
||||
content: 'Gerencie seu apelido, bio, país e preferências de plataformas e jogos.'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
const PERFIL_GAMER_API_BASE_URL = 'https://perfilgameredivaldo-production.up.railway.app/api'
|
||||
|
||||
const { $toast } = useNuxtApp()
|
||||
|
||||
Reference in New Issue
Block a user