Skip to content

Commit 368ab3c

Browse files
fix: handle stricter Next type (#1597)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent dcb3381 commit 368ab3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface I18n {
2626
locales: string[]
2727
}
2828

29-
export interface Redirect extends NextRedirect {
29+
export type Redirect = NextRedirect & {
3030
regex: string
3131
internal?: boolean
3232
}

0 commit comments

Comments
 (0)