We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f99af4 commit e1c9fb7Copy full SHA for e1c9fb7
edge-runtime/lib/util.ts
@@ -36,7 +36,7 @@ export const addLocale = (path: string, locale?: string) => {
36
path.toLowerCase() !== `/${locale.toLowerCase()}` &&
37
!path.toLowerCase().startsWith(`/${locale.toLowerCase()}/`) &&
38
!path.startsWith(`/api/`) &&
39
- !path.startsWith(`/_next/static/`)
+ !path.startsWith(`/_next/`)
40
) {
41
return `/${locale}${path}`
42
}
0 commit comments