From 956087473ecea35f67018046c8221ac5f056a963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Mon, 1 May 2023 18:38:22 +0200 Subject: [PATCH] Fix OG cards --- app/controllers/web/console.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/controllers/web/console.php b/app/controllers/web/console.php index d59334cbc1..df7cddf8d7 100644 --- a/app/controllers/web/console.php +++ b/app/controllers/web/console.php @@ -34,15 +34,21 @@ App::get('/console') $ogTags = [ 'Appwrite Cloud Membership Card', '', - '', + '', + '', + '', + '', '', '', '', '', '', '', - '', + '', '', + '', + '', + '', '', '', ];