From 5d2fb52d745cd1eaa9b0d73b07f9ac5cb19a5fec Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 28 Jan 2025 15:25:34 +0100 Subject: [PATCH] fix problem with meta_url --- frontend/.env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.template b/frontend/.env.template index 76b53c784..78d4f3a29 100644 --- a/frontend/.env.template +++ b/frontend/.env.template @@ -13,7 +13,7 @@ COMMUNITY_DESCRIPTION=$COMMUNITY_DESCRIPTION COMMUNITY_SUPPORT_MAIL=$COMMUNITY_SUPPORT_MAIL # Meta -META_URL=$COMMUNITY_HOST +META_URL=https://$COMMUNITY_HOST META_TITLE_DE=$META_TITLE_DE META_TITLE_EN=$META_TITLE_EN META_DESCRIPTION_DE=$META_DESCRIPTION_DE