fix: resolve layout, pdf datasheets data generation and excel 404 routing

This commit is contained in:
2026-03-03 12:38:55 +01:00
parent 34bb91c04b
commit 655f33091f
105 changed files with 1337 additions and 1077 deletions

View File

@@ -102,7 +102,7 @@ export default async function middleware(request: NextRequest) {
export const config = {
matcher: [
'/((?!api|_next/static|_next/image|favicon.ico|admin|manifest.webmanifest|.*\\.(?:svg|png|jpg|jpeg|gif|webp|pdf|txt|vcf|xml|webm|mp4|map)$).*)',
'/((?!api|_next/static|_next/image|favicon.ico|admin|manifest.webmanifest|.*\\.(?:svg|png|jpg|jpeg|gif|webp|pdf|xlsx|txt|vcf|xml|webm|mp4|map)$).*)',
'/(de|en)/:path*',
],
};