Skip to content

Commit 549cfd0

Browse files
committed
fix: support skipProxyUrlNormalize
1 parent 57eb657 commit 549cfd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/build/functions/edge.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ const writeHandlerFile = async (
117117
basePath: nextConfig.basePath,
118118
i18n: nextConfig.i18n,
119119
trailingSlash: nextConfig.trailingSlash,
120-
skipMiddlewareUrlNormalize: nextConfig.skipMiddlewareUrlNormalize,
120+
skipMiddlewareUrlNormalize:
121+
nextConfig.skipProxyUrlNormalize ?? nextConfig.skipMiddlewareUrlNormalize,
121122
}
122123

123124
await writeFile(

0 commit comments

Comments
 (0)