Spaces:
Sleeping
Sleeping
| import type { LocalePrefixMode } from 'node_modules/next-intl/dist/types/src/routing/types'; | |
| const localePrefix: LocalePrefixMode = 'as-needed'; | |
| // FIXME: Update this configuration file based on your project information | |
| export const AppConfig = { | |
| name: 'Nextjs Starter', | |
| locales: ['en', 'fr', 'vi'], | |
| defaultLocale: 'en', | |
| localePrefix, | |
| }; | |