feat: adiciona metadados de title e description
This commit is contained in:
@@ -146,6 +146,16 @@ definePageMeta({
|
||||
layout: 'protected'
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: 'Ranking de jogos | GameVerse',
|
||||
meta: [
|
||||
{
|
||||
name: 'description',
|
||||
content: 'Acompanhe jogos por período, plataforma e volume de jogadores ativos.'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user