append custom_script_tags_str to the HTML of homepage

This commit is contained in:
jelveh
2024-12-16 07:09:37 -08:00
parent 3d761f008b
commit 6014b1ea36
@@ -311,6 +311,9 @@ class PuterHomepageService extends BaseService {
<body>
<script>window.puter_gui_enabled = true;</script>
${
custom_script_tags_str
}
${
use_bundled_gui
? `<script>window.gui_env = 'prod';</script>`