From 2b783ca8a450cfb268196602c67c03c4c40aa11d Mon Sep 17 00:00:00 2001 From: Opti1337 Date: Fri, 1 Mar 2024 13:08:56 +0300 Subject: [PATCH] Meta Tags --- nuxt.config.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index eae5bbc..1471632 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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',