From f6047894e0db5ccdd84702d53e4311407db02d4e Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Mon, 5 May 2025 11:16:24 +0200 Subject: [PATCH] feat: add Discord embed color meta tag --- nuxt.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index faf56fd..54649b8 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -13,7 +13,8 @@ export default defineNuxtConfig({ // { property: 'og:image', content: 'missing' }, { property: 'og:url', content: 'https://gorb.app' }, { property: 'og:type', content: 'website' }, - { property: 'og:site_name', content: 'Gorb' } + { property: 'og:site_name', content: 'Gorb' }, + { property: 'theme-color', content: "#c200c2" } ] } }