Skip to content

Commit 7bdf850

Browse files
committed
refactor changeset
1 parent a557b41 commit 7bdf850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.changeset/fluffy-dingos-tap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ fix: Normalize the Location header in redirects
77
Normalizes the Location header to either be a relative path or a full URL.
88
If the Location header is relative to the host, it will return a relative path.
99
If it is an absolute URL, it will return the full URL.
10-
Both cases will ensure that the Location value is properly encoded according to RFC
10+
We want to match the behavior of `next start`.
11+
Query parameters in redirects from Next Config are encoded, but from the middleware they are not touched.

0 commit comments

Comments
 (0)