@seqera/docusaurus-preset-seqera 1.0.35-next.110 → 1.0.36-next.112

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -108,7 +108,7 @@ function getSeqeraThemeConfig(overrides = {}) {
108
108
  hideable: false,
109
109
  },
110
110
  },
111
- image: 'img/og-image-default.svg',
111
+ image: 'img/og-image-default.png',
112
112
  // Typesense search configuration
113
113
  typesense: {
114
114
  typesenseCollectionName: 'seqera_docs',
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seqera/docusaurus-preset-seqera",
3
- "version": "1.0.35-next.110",
3
+ "version": "1.0.36-next.112",
4
4
  "description": "Docusaurus preset for Seqera docs",
5
5
  "author": "Seqera docs team <education@seqera.io>",
6
6
  "license": "Apache-2.0",
package/src/index.ts CHANGED
@@ -156,7 +156,7 @@ export function getSeqeraThemeConfig(
156
156
  hideable: false,
157
157
  },
158
158
  },
159
- image: 'img/og-image-default.svg',
159
+ image: 'img/og-image-default.png',
160
160
  // Typesense search configuration
161
161
  typesense: {
162
162
  typesenseCollectionName: 'seqera_docs',
Binary file