fix(static builds): duplicate query params

This commit is contained in:
Mitchell Scott 2025-10-20 13:28:45 -06:00
commit 117f66e9d0
No known key found for this signature in database

View file

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