Closed offtherailz closed 1 year ago
The chunks path introduces double slashes in paths (js//). This causes issues for servers that do not collapse double slashes (or not configured to do it by default, like nginx. So on these projects you may find issues like this:
js//
nginx
The chunks path introduces double slashes in paths (
js//
). This causes issues for servers that do not collapse double slashes (or not configured to do it by default, likenginx
. So on these projects you may find issues like this: