mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 00:17:24 +00:00
docs: replace meta tag image (#5028)
Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
758074beff
commit
a67d3274a8
@ -36,14 +36,14 @@ module.exports = {
|
|||||||
{ property: "og:url", content: "https://www.zitadel.com/docs" },
|
{ property: "og:url", content: "https://www.zitadel.com/docs" },
|
||||||
{
|
{
|
||||||
property: "og:image",
|
property: "og:image",
|
||||||
content: "https://www.zitadel.com/images/preview.png",
|
content: "https://www.zitadel.com/docs/img/preview.png",
|
||||||
},
|
},
|
||||||
{ property: "twitter:card", content: "summary_large_image" },
|
{ property: "twitter:card", content: "summary_large_image" },
|
||||||
{ property: "twitter:url", content: "https://www.zitadel.com/docs" },
|
{ property: "twitter:url", content: "https://www.zitadel.com/docs" },
|
||||||
{ property: "twitter:title", content: "ZITADEL Docs" },
|
{ property: "twitter:title", content: "ZITADEL Docs" },
|
||||||
{
|
{
|
||||||
property: "twitter:image",
|
property: "twitter:image",
|
||||||
content: "https://www.zitadel.com/images/preview.png",
|
content: "https://www.zitadel.com/docs/img/preview.png",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
zoom: {
|
zoom: {
|
||||||
|
BIN
docs/static/img/preview.png
vendored
Normal file
BIN
docs/static/img/preview.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 293 KiB |
Loading…
x
Reference in New Issue
Block a user