Meta Tags
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 22s

This commit is contained in:
Opti1337 2024-03-01 13:08:56 +03:00
parent 24d1b4dd56
commit 2b783ca8a4

View File

@ -5,10 +5,22 @@ export default defineNuxtConfig({
head: {
title: 'KPTL',
meta: [
{
name: 'description',
content: 'Team Koptilnya',
},
{
property: 'og:type',
content: 'website',
},
{
property: 'og:title',
content: 'KPTL',
},
{
property: 'og:description',
content: 'Team Koptilnya',
},
{
property: 'og:url',
content: 'https://koptilnya.xyz',