mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 16:40:41 +00:00
append custom_script_tags_str to the HTML of homepage
This commit is contained in:
@@ -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>`
|
||||
|
||||
Reference in New Issue
Block a user