fix: standardize punctuation
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
import { defineRouting } from 'next-intl/routing';
|
||||
|
||||
// Locale prefix mode can be configured via NEXT_PUBLIC_LOCALE_PREFIX.
|
||||
// - "never" (default): /settings — locale from cookie/Accept-Language
|
||||
// - "always": /en/settings — locale always in the URL
|
||||
// - "never" (default): /settings - locale from cookie/Accept-Language
|
||||
// - "always": /en/settings - locale always in the URL
|
||||
// - "as-needed": /settings for default locale, /fr/settings otherwise
|
||||
// When proxying Bulwark under a sub-path (NEXT_PUBLIC_BASE_PATH), "always" is
|
||||
// recommended to avoid next-intl rewrite loops caused by locale detection
|
||||
|
||||
Reference in New Issue
Block a user