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,26 +0,0 @@
{
"/[locale]/[slug]/opengraph-image/route": "/[locale]/[slug]/opengraph-image",
"/[locale]/[slug]/page": "/[locale]/[slug]",
"/[locale]/blog/[slug]/opengraph-image/route": "/[locale]/blog/[slug]/opengraph-image",
"/[locale]/blog/[slug]/page": "/[locale]/blog/[slug]",
"/[locale]/blog/opengraph-image/route": "/[locale]/blog/opengraph-image",
"/[locale]/blog/page": "/[locale]/blog",
"/[locale]/contact/opengraph-image/route": "/[locale]/contact/opengraph-image",
"/[locale]/contact/page": "/[locale]/contact",
"/[locale]/opengraph-image/route": "/[locale]/opengraph-image",
"/[locale]/page": "/[locale]",
"/[locale]/team/opengraph-image/route": "/[locale]/team/opengraph-image",
"/[locale]/team/page": "/[locale]/team",
"/[locale]/test/page": "/[locale]/test",
"/_global-error/page": "/_global-error",
"/_not-found/page": "/_not-found",
"/api/feedback/route": "/api/feedback",
"/api/save-session/route": "/api/save-session",
"/api/whoami/route": "/api/whoami",
"/health/route": "/health",
"/manifest.webmanifest/route": "/manifest.webmanifest",
"/robots.txt/route": "/robots.txt",
"/sitemap.xml/route": "/sitemap.xml",
"/stats/api/send/route": "/stats/api/send",
"/test/page": "/test"
}