Files
webshop/build_temp/.next/server/functions-config-manifest.json
2026-06-22 21:12:46 +02:00

14 lines
425 B
JSON

{
"version": 1,
"functions": {
"/_middleware": {
"runtime": "nodejs",
"matchers": [
{
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!_next\\/static|_next\\/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*))(\\.json)?[\\/#\\?]?$",
"originalSource": "/((?!_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)"
}
]
}
}
}