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',