You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/docs/routing.mdx
+5-6
Original file line number
Diff line number
Diff line change
@@ -324,9 +324,9 @@ If you want to serve your localized content based on different domains, you can
324
324
-`us.example.com`: `en-US`
325
325
-`ca.example.com`: `en-CA`
326
326
-`ca.example.com/fr`: `fr-CA`
327
-
-`fr.example.com`: `fr-CA`
327
+
-`fr.example.com`: `fr-FR`
328
328
329
-
In many cases, `domains` are combined with a [`localePrefix`](#locale-prefix) setting to achieve results as shown above. Also [custom prefixes](#locale-prefix-custom) can be used to customize the user-facing prefix per domain.
329
+
In many cases, `domains` are combined with a [`localePrefix`](#locale-prefix) setting to achieve results as shown above. Also [custom prefixes](#locale-prefix-custom) can be used to customize the user-facing prefix per locale.
0 commit comments