feat: add Discord embed color meta tag
This commit is contained in:
parent
1f7ec956ca
commit
f6047894e0
1 changed files with 2 additions and 1 deletions
|
@ -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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue