Files
e-tib.com/.next/server/functions-config-manifest.json
Marc Mintel 306a2c6c2b chore: Next.js proxy migration & E2E integration
Former-commit-id: daf08548d0a8f45b07b4b87405edd081e823edd5
2026-04-28 19:12:44 +02:00

24 lines
1.0 KiB
JSON

{
"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": {}
}
}