feat: adiciona metadados de title e description
This commit is contained in:
@@ -274,6 +274,17 @@ definePageMeta({
|
||||
layout: 'protected'
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: 'Home | GameVerse',
|
||||
meta: [
|
||||
{
|
||||
name: 'description',
|
||||
content:
|
||||
'Acompanhe sua sessão, ranking semanal, favoritos, catálogo, gift cards e perfil gamer em um só lugar.'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
const RANKINGS_API_BASE_URL = 'https://api-ranking-jogos-production.up.railway.app/api/v1'
|
||||
const WISHLIST_API_BASE_URL = 'https://gameverse-wishlist-production.up.railway.app'
|
||||
const CATALOG_API_BASE_URL = 'https://catalogo-jogos-sd-production.up.railway.app'
|
||||
|
||||
Reference in New Issue
Block a user