We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026e156 commit ab4757dCopy full SHA for ab4757d
core.sh
@@ -350,7 +350,7 @@ writeHttpResponse() {
350
if [[ ! -z "$USE_HMR" ]] && [[ "$REQUEST_PATH" == "/hmr" ]]; then
351
if [[ "$REQUEST_METHOD" == "POST" ]]; then
352
respond 204 OK
353
- header HX-Redirect "${HTTP_HEADERS[HX-Current-Url]}"
+ header HX-Redirect "${HTTP_HEADERS[hx-current-url]}"
354
end_headers
355
return
356
fi
0 commit comments