diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 9753220f..aed2e780 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -197,7 +197,7 @@ const config: Config = { ], style: "dark", }, - image: "img/open-graph.webp", + image: "img/open-graph.png", mermaid: { theme: { light: "neutral", dark: "dark" }, }, diff --git a/static/img/open-graph.png b/static/img/open-graph.png new file mode 100644 index 00000000..385230e6 Binary files /dev/null and b/static/img/open-graph.png differ diff --git a/static/img/open-graph.webp b/static/img/open-graph.webp deleted file mode 100644 index 4a56265f..00000000 Binary files a/static/img/open-graph.webp and /dev/null differ