feat: adiciona metadados de title e description
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
<div class="flex min-w-0 flex-wrap items-center gap-3">
|
||||
<span class="text-[15px] font-medium text-[#292524]">{{
|
||||
formatCurrency(card.balance)
|
||||
}}</span>
|
||||
}}</span>
|
||||
<span class="inline-flex rounded-full px-2.5 py-1 text-xs font-semibold uppercase" :class="card.is_active
|
||||
? 'bg-[rgba(167,229,211,0.62)] text-[#0c0a09]'
|
||||
: 'bg-[#f0efed] text-[#777169]'
|
||||
@@ -190,6 +190,16 @@ definePageMeta({
|
||||
layout: 'protected'
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: 'Gift Cards | GameVerse',
|
||||
meta: [
|
||||
{
|
||||
name: 'description',
|
||||
content: 'Crie cartões, consulte saldo por código e realize resgates com segurança.'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
const GIFT_CARD_API_BASE_URL = 'https://giftcardapipedro-production.up.railway.app/api'
|
||||
|
||||
const { $toast } = useNuxtApp()
|
||||
|
||||
Reference in New Issue
Block a user