Skip to content

Commit 1c707a0

Browse files
committed
chore: fix boolean type on is404Isr param
1 parent fb4d03d commit 1c707a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/redirects.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const generateDynamicRewrites = ({
196196
i18n: NextConfig['i18n']
197197
buildId: string
198198
middleware: Array<string>
199-
is404Isr: Boolean
199+
is404Isr: boolean
200200
}): {
201201
dynamicRoutesThatMatchMiddleware: Array<string>
202202
dynamicRewrites: NetlifyConfig['redirects']

0 commit comments

Comments
 (0)