Remove 'en' locale from i18n routing config
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { defineRouting } from 'next-intl/routing';
|
||||
|
||||
export const routing = defineRouting({
|
||||
locales: ['en', 'sr'],
|
||||
locales: ['sr'],
|
||||
defaultLocale: 'sr'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user