Reverted all changes back to version f2ff524b1b

This commit is contained in:
[dyad]
2026-01-18 14:04:18 +01:00
parent 256097220a
commit 92d31b0051
17 changed files with 218 additions and 995 deletions

View File

@@ -1,10 +0,0 @@
import createMiddleware from 'next-intl/middleware';
export default createMiddleware({
locales: ['en', 'de'],
defaultLocale: 'en'
});
export const config = {
matcher: ['/', '/(de|en)/:path*']
};