Skip to content

Commit 1399128

Browse files
remove internal and set locale to false
1 parent 4e1d63a commit 1399128

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/tests-unit/tests/core/routing/matcher.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,9 @@ describe("handleRedirects", () => {
276276
{
277277
source: "/foo",
278278
destination: "/search?bar=hello+world&baz=new%2C+earth",
279-
internal: true,
279+
locale: false,
280280
statusCode: 308,
281+
regex: "^(?!/_next)/foo(?:/)?$",
281282
},
282283
]);
283284

0 commit comments

Comments
 (0)