fix(static builds): duplicate query params

This commit is contained in:
Mitchell Scott
2025-10-20 13:28:45 -06:00
parent bca9376edc
commit 117f66e9d0

View File

@@ -62,7 +62,7 @@ location = / {
if ($args = '') { if ($args = '') {
rewrite ^ /redirect.html last; rewrite ^ /redirect.html last;
} }
rewrite ^/$ /index.html?$args redirect; rewrite ^/$ /index.html?$args? redirect;
} }
location = /index.html { location = /index.html {