Skip to content

Commit 1e1b148

Browse files
committed
docs: og image and pub.dev link
1 parent d26a6d0 commit 1e1b148

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/astro.config.mjs

+13
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,20 @@ export default defineConfig({
1414
social: {
1515
github: 'https://github.com/our-creativity/disco',
1616
},
17+
head: [{
18+
tag: 'meta',
19+
attrs: {
20+
property: 'og:image',
21+
content: 'https://disco.mariuti.com/disco.jpeg',
22+
}
23+
}],
1724
sidebar: [
25+
{
26+
label: '',
27+
link: 'https://pub.dev/packages/disco',
28+
badge: { text: 'pub.dev', variant: 'tip' },
29+
attrs: { target: '_blank', rel: 'noopener noreferrer' },
30+
},
1831
{
1932
label: 'Overview',
2033
link: '',

0 commit comments

Comments
 (0)