We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b7182 commit 94bc964Copy full SHA for 94bc964
docs/pages/blog/next-intl-3-22.mdx
@@ -110,7 +110,7 @@ export default getRequestConfig(async ({
110
+ requestLocale
111
}) => {
112
+ // This typically corresponds to the `[locale]` segment
113
-+ const locale = await requestLocale;
++ let locale = await requestLocale;
114
115
- // Validate that the incoming `locale` parameter is valid
116
- if (!routing.locales.includes(locale as any)) notFound();
0 commit comments