From a5d847c328b3f1dc31b16f1d6a0604ada4d17343 Mon Sep 17 00:00:00 2001 From: arm Date: Fri, 20 Dec 2024 10:42:00 +0100 Subject: [PATCH] add comment --- buildSrc/LaunchHtml.js | 1 + 1 file changed, 1 insertion(+) diff --git a/buildSrc/LaunchHtml.js b/buildSrc/LaunchHtml.js index cb28ffb00b0c..a70b16c1b71f 100644 --- a/buildSrc/LaunchHtml.js +++ b/buildSrc/LaunchHtml.js @@ -36,6 +36,7 @@ function getWebsiteUrl(stage) { * Renders the initial HTML page to bootstrap Tutanota for different environments */ export async function renderHtml(scripts, env, stage) { + // ideally check if it is possible to use the website url from the env.domainConfigs here instead of getWebsiteURL() const websiteUrl = getWebsiteUrl(stage) return `