From 117f66e9d0577ca120eade41c907e12af621a197 Mon Sep 17 00:00:00 2001 From: Mitchell Scott <10804314+rmitchellscott@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:28:45 -0600 Subject: [PATCH] fix(static builds): duplicate query params --- static-env-handler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-env-handler.sh b/static-env-handler.sh index 181de46..2f03e13 100755 --- a/static-env-handler.sh +++ b/static-env-handler.sh @@ -62,7 +62,7 @@ location = / { if ($args = '') { rewrite ^ /redirect.html last; } - rewrite ^/$ /index.html?$args redirect; + rewrite ^/$ /index.html?$args? redirect; } location = /index.html {