From 078baf8a153d7c0211c0b08dfc7077b70c9d61d6 Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Thu, 20 Jun 2024 15:52:59 +0200 Subject: [PATCH] adding check for staging --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 84b19c4e56f8..2c730a7dacc4 100644 --- a/web/index.html +++ b/web/index.html @@ -121,7 +121,7 @@ <% if (htmlWebpackPlugin.options.isWeb) { %> - <% if (htmlWebpackPlugin.options.isProduction) { %> + <% if (htmlWebpackPlugin.options.isProduction || htmlWebpackPlugin.options.isStaging) { %>