Skip to content

Commit e1c9fb7

Browse files
committed
test: do not localize data requests
1 parent 1f99af4 commit e1c9fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge-runtime/lib/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const addLocale = (path: string, locale?: string) => {
3636
path.toLowerCase() !== `/${locale.toLowerCase()}` &&
3737
!path.toLowerCase().startsWith(`/${locale.toLowerCase()}/`) &&
3838
!path.startsWith(`/api/`) &&
39-
!path.startsWith(`/_next/static/`)
39+
!path.startsWith(`/_next/`)
4040
) {
4141
return `/${locale}${path}`
4242
}

0 commit comments

Comments
 (0)