feat: complete MDX migration, stabilize routing and lead capture

Former-commit-id: ab5cc38c97e5f73d6e821465b90d199fb6e6edc9
This commit is contained in:
2026-05-03 21:06:47 +02:00
parent b13f628b55
commit f2fdea96ec
7175 changed files with 371649 additions and 1078689 deletions

View File

@@ -1,24 +0,0 @@
{
"version": 1,
"functions": {
"/_middleware": {
"runtime": "nodejs",
"matchers": [
{
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!api|_next\\/static|_next\\/image|favicon.ico|admin|manifest.webmanifest|.*\\.(?:svg|png|jpg|jpeg|gif|webp|pdf|xlsx|txt|vcf|xml|webm|mp4|map)$).*))(\\.json)?[\\/#\\?]?$",
"originalSource": "/((?!api|_next/static|_next/image|favicon.ico|admin|manifest.webmanifest|.*\\.(?:svg|png|jpg|jpeg|gif|webp|pdf|xlsx|txt|vcf|xml|webm|mp4|map)$).*)"
},
{
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/(de|en))(?:\\/((?:[^\\/#\\?]+?)(?:\\/(?:[^\\/#\\?]+?))*))?(\\.json)?[\\/#\\?]?$",
"originalSource": "/(de|en)/:path*"
}
]
},
"/[locale]/[slug]/opengraph-image": {},
"/[locale]/blog/[slug]/opengraph-image": {},
"/[locale]/blog/opengraph-image": {},
"/[locale]/contact/opengraph-image": {},
"/[locale]/opengraph-image": {},
"/[locale]/team/opengraph-image": {}
}
}