This commit is contained in:
parent
24d1b4dd56
commit
2b783ca8a4
@ -5,10 +5,22 @@ export default defineNuxtConfig({
|
|||||||
head: {
|
head: {
|
||||||
title: 'KPTL',
|
title: 'KPTL',
|
||||||
meta: [
|
meta: [
|
||||||
|
{
|
||||||
|
name: 'description',
|
||||||
|
content: 'Team Koptilnya',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
property: 'og:type',
|
||||||
|
content: 'website',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
property: 'og:title',
|
property: 'og:title',
|
||||||
content: 'KPTL',
|
content: 'KPTL',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
property: 'og:description',
|
||||||
|
content: 'Team Koptilnya',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
property: 'og:url',
|
property: 'og:url',
|
||||||
content: 'https://koptilnya.xyz',
|
content: 'https://koptilnya.xyz',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user