fix(kompetenzen): revert ServiceDetailGrid to original light theme for UI consistency

Former-commit-id: 0ad718d43eaffa63bb9d1c2ddf698e94248a6764
This commit is contained in:
2026-05-07 15:07:45 +02:00
parent 5601bbfac0
commit 8cd9dd94fa
3033 changed files with 103 additions and 914674 deletions

View File

@@ -1,20 +0,0 @@
{
"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": {}
}
}