From cee1e8104c685e1de4289a8719d141742da0c536 Mon Sep 17 00:00:00 2001 From: Opti1337 Date: Fri, 1 Mar 2024 13:12:43 +0300 Subject: [PATCH] Meta Tags --- nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 1471632..55060d5 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -4,6 +4,9 @@ export default defineNuxtConfig({ app: { head: { title: 'KPTL', + htmlAttrs: { + prefix: 'og: http://ogp.me/ns#', + }, meta: [ { name: 'description',