Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
armhub committed Dec 20, 2024
1 parent 0b3a6bf commit a5d847c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/LaunchHtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<!DOCTYPE html>
<html>
Expand Down

0 comments on commit a5d847c

Please sign in to comment.