is standalone variable (#585)

This commit is contained in:
lirazyehezkel
2022-01-04 17:51:07 +02:00
committed by GitHub
parent 02b2cbaa03
commit 282baee881

View File

@@ -25,6 +25,14 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>MIZU</title>
<script>
try {
// Injected from server
window.isEnt = __IS_STANDALONE__
}
catch (e) {
}
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>