Skip to content

Commit eae9498

Browse files
Update image content.
1 parent 81d1953 commit eae9498

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,18 @@ const config: Config = {
8686
{ tagName: 'meta',
8787
attributes: {
8888
property: 'og:image',
89-
content: 'img/quantstack/astronaut.svg',
89+
content: '/img/quantstack/astronaut.svg',
9090
},
9191
},
9292
{ tagName: 'meta',
9393
attributes: {
9494
property: 'og:description',
95-
content: ': A team behind major open-source projects of the scientific computing ecosystem such as Jupyter, Conda-Forge, Mamba, XTensor/SIMD, Apache Arrow/Parquet and more.',
95+
content: 'A team behind major open-source projects of the scientific computing ecosystem such as Jupyter, Conda-Forge, Mamba, XTensor/SIMD, Apache Arrow/Parquet and more.',
9696
},
9797
},
9898
],
9999

100100
themeConfig: {
101-
// Replace with your project's social card
102-
//image: 'img/docusaurus-social-card.jpg',
103101
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
104102
navbar: {
105103
title: "",

0 commit comments

Comments
 (0)