Remove middleware temporarily to fix routing

This commit is contained in:
Unchained
2026-03-06 21:04:27 +02:00
parent 236eb628d2
commit e1120f617e
2 changed files with 1 additions and 14 deletions

View File

@@ -3,5 +3,5 @@ import { defineRouting } from 'next-intl/routing';
export const routing = defineRouting({
locales: ['sr', 'en'],
defaultLocale: 'sr',
localePrefix: 'never'
localePrefix: 'as-needed'
});