diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 4578f07..78c8230 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -14,7 +14,20 @@ export default defineConfig({ social: { github: 'https://github.com/our-creativity/disco', }, + head: [{ + tag: 'meta', + attrs: { + property: 'og:image', + content: 'https://disco.mariuti.com/disco.jpeg', + } + }], sidebar: [ + { + label: '', + link: 'https://pub.dev/packages/disco', + badge: { text: 'pub.dev', variant: 'tip' }, + attrs: { target: '_blank', rel: 'noopener noreferrer' }, + }, { label: 'Overview', link: '',