Skip to content

Commit b9daa5a

Browse files
committed
continue on auto-i18n default locale prefixing
1 parent b574520 commit b9daa5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/adapter/build/routing.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ export async function generateRoutingRules(
298298
nextAdapterContext.config.i18n.defaultLocale,
299299
),
300300
},
301+
continue: true,
301302
} satisfies RoutingRuleApply,
302303
{
303304
description: 'Auto-prefix non-locale path with default locale',
@@ -319,6 +320,7 @@ export async function generateRoutingRules(
319320
'$1',
320321
),
321322
},
323+
continue: true,
322324
} satisfies RoutingRuleApply,
323325
]
324326
: []),

0 commit comments

Comments
 (0)