diff --git a/excalidraw-app/index.html b/excalidraw-app/index.html
index 66f3afdab4..2e1fa1adbe 100644
--- a/excalidraw-app/index.html
+++ b/excalidraw-app/index.html
@@ -78,7 +78,7 @@
}
- <% if ("%PROD%" === "true") { %>
+ <% if (typeof PROD != 'undefined' && PROD == true) { %>
- <% if ("%VITE_APP_DEV_DISABLE_LIVE_RELOAD%" !== 'true') { %>
+ <% if (typeof VITE_APP_DEV_DISABLE_LIVE_RELOAD != 'undefined' &&
+ VITE_APP_DEV_DISABLE_LIVE_RELOAD != true) { %>