feat: add Discord embed color meta tag

This commit is contained in:
SauceyRed 2025-05-05 11:16:24 +02:00
parent 1f7ec956ca
commit f6047894e0
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -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" }
]
}
}