Remove middleware temporarily to fix routing
This commit is contained in:
@@ -3,5 +3,5 @@ import { defineRouting } from 'next-intl/routing';
|
||||
export const routing = defineRouting({
|
||||
locales: ['sr', 'en'],
|
||||
defaultLocale: 'sr',
|
||||
localePrefix: 'never'
|
||||
localePrefix: 'as-needed'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user