8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
import { defineRouting } from 'next-intl/routing';
|
|
|
|
export const routing = defineRouting({
|
|
locales: ['sr', 'en'],
|
|
defaultLocale: 'sr',
|
|
localePrefix: 'as-needed'
|
|
});
|