Merge pull request #458 from databasus/develop

FIX (playground): Move index.html for playground into <noscript>
This commit is contained in:
Rostislav Dugin
2026-03-22 09:58:48 +03:00
committed by GitHub

View File

@@ -341,7 +341,7 @@ if [ "\${IS_CLOUD:-false}" = "true" ]; then
close \$fh;
\$c =~ s/\\n/ /g;
}
s/<div id="root"><\\/div>/<div id="root"><!-- cloud-static-content -->\$c<\\/div>/
s/<div id="root"><\\/div>/<div id="root"><!-- cloud-static-content --><noscript>\$c<\\/noscript><\\/div>/
' /app/ui/build/index.html
fi
fi