1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

docs: update docs preview image (#9852)

This commit is contained in:
Melinda Fekete 2025-04-29 09:16:54 +02:00 committed by GitHub
parent 20a259fc4a
commit c393a869a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -90,6 +90,10 @@ export default async function createConfigAsync(): Promise<Config> {
apiKey: 'dc9c4491fcf9143ee34015f22d1dd9d6',
indexName: 'getunleash',
},
metadata: [
{ name: 'og:image:width', content: '1200' },
{ name: 'og:image:height', content: '630' },
],
navbar: {
logo: {
alt: 'Unleash logo',
@ -395,7 +399,7 @@ class="header-github-link"
alt: 'Unleash logo',
},
},
image: 'img/logo.png',
image: 'img/unleash-preview-1200-630.png',
imageZoom: {
// Optional medium-zoom options at
// https://www.npmjs.com/package/medium-zoom#options

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB