feat: adiciona metadados de title e description

This commit is contained in:
2026-05-29 18:52:06 -05:00
parent f643a32a90
commit add4d4512a
14 changed files with 148 additions and 6 deletions

View File

@@ -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()