From f1dfc55f02722e0ddbf99c6c3a7d028240dc3f8e Mon Sep 17 00:00:00 2001 From: Elliot Tower Date: Tue, 25 Apr 2023 13:44:49 -0400 Subject: [PATCH] Re-add shimmy image for opengraph social previews --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 1580563a..c27467ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,3 +87,4 @@ # sphinx opengraph social media previews ogp_site_url = "https://shimmy.farama.org/" +ogp_image = "https://shimmy.farama.org/_static/img/shimmy.svg"