mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 20:27:20 +02:00
fix(v2): fix aspect ratio for Open Graph image (#2435)
This commit is contained in:
parent
5358fca09a
commit
18169814c8
2 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ module.exports = {
|
||||||
theme: require('prism-react-renderer/themes/github'),
|
theme: require('prism-react-renderer/themes/github'),
|
||||||
darkTheme: require('prism-react-renderer/themes/dracula'),
|
darkTheme: require('prism-react-renderer/themes/dracula'),
|
||||||
},
|
},
|
||||||
image: 'img/docusaurus.png',
|
image: 'img/docusaurus-soc.png',
|
||||||
gtag: {
|
gtag: {
|
||||||
trackingID: 'UA-141789564-1',
|
trackingID: 'UA-141789564-1',
|
||||||
},
|
},
|
||||||
|
|
BIN
website/static/img/docusaurus-soc.png
Normal file
BIN
website/static/img/docusaurus-soc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Reference in a new issue