feat(kompetenzen): enhance content presentation with split Problem/Solution UI layout

Former-commit-id: 413bd4371b72883ddb35a2bd3d1c27700a437fde
This commit is contained in:
2026-05-07 15:30:45 +02:00
parent 8cd9dd94fa
commit 6e451e83f0
3035 changed files with 914723 additions and 95 deletions

View File

@@ -0,0 +1,20 @@
{
"version": 1,
"functions": {
"/_middleware": {
"runtime": "nodejs",
"matchers": [
{
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!api|_next|assets|_static|_vercel|[\\w-]+\\.\\w+).*))(\\.json)?[\\/#\\?]?$",
"originalSource": "/((?!api|_next|assets|_static|_vercel|[\\w-]+\\.\\w+).*)"
}
]
},
"/[locale]/[slug]/opengraph-image": {},
"/[locale]/blog/[slug]/opengraph-image": {},
"/[locale]/blog/opengraph-image": {},
"/[locale]/contact/opengraph-image": {},
"/[locale]/opengraph-image": {},
"/[locale]/team/opengraph-image": {}
}
}