feat: complete MDX migration, stabilize routing and lead capture
Former-commit-id: ab5cc38c97e5f73d6e821465b90d199fb6e6edc9
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user