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 `