add build action config

This commit is contained in:
DanielS
2026-06-22 21:12:46 +02:00
parent ba24ee33e6
commit 8c990b9628
729 changed files with 25605 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"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)$).*)"
}
]
}
}
}