From 5d2fb52d745cd1eaa9b0d73b07f9ac5cb19a5fec Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 28 Jan 2025 15:25:34 +0100 Subject: [PATCH 1/2] 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 From e82afcaff245c560e2a765505e7b037764484a56 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 28 Jan 2025 18:15:20 +0100 Subject: [PATCH 2/2] Update frontend/.env.template Co-authored-by: clauspeterhuebner <86960882+clauspeterhuebner@users.noreply.github.com> --- frontend/.env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.template b/frontend/.env.template index 78d4f3a29..9c51e03ca 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=https://$COMMUNITY_HOST +META_URL=$URL_PROTOCOL://$COMMUNITY_HOST META_TITLE_DE=$META_TITLE_DE META_TITLE_EN=$META_TITLE_EN META_DESCRIPTION_DE=$META_DESCRIPTION_DE