7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
import { defineRouting } from 'next-intl/routing';
|
|
|
|
export const routing = defineRouting({
|
|
locales: ['en', 'ko', 'zh', 'ja'],
|
|
defaultLocale: 'en'
|
|
});
|