From 84f2824514493bc1c45ab85594eb2ee4f9036f21 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Fri, 29 Mar 2024 12:09:33 +0100 Subject: [PATCH] Use PNG file for OpenGraph image For better compatibility --- config/_default/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.json b/config/_default/config.json index 010bd1e..b812925 100644 --- a/config/_default/config.json +++ b/config/_default/config.json @@ -18,6 +18,6 @@ "hideAuthor": false, "subtitle": "Subtitle", "description": "It’s Your Choice. Which XMPP provider suits you best? The XMPP Providers project offers a curated list of XMPP providers for you to choose from.", - "SiteLogoUrl": "https://providers.xmpp.net/images/xmpp-providers.svg" + "SiteLogoUrl": "https://providers.xmpp.net/images/xmpp-providers-800px.png" } }