docs: update documentation

This commit is contained in:
Maël Gangloff
2025-11-13 21:12:08 +01:00
parent 1d5a0b22e6
commit 72e3d319e5

View File

@@ -55,6 +55,14 @@ export default defineConfig({
}
},
head: [
{
tag: 'meta',
attrs: {name: 'twitter:card', content: 'summary'},
},
{
tag: 'meta',
attrs: {name: 'twitter:url', content: BASE_URL},
},
{
tag: 'meta',
attrs: {property: 'og:image', content: BASE_URL + '/logo.png'},