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,64 @@
self.__BUILD_MANIFEST = {
"__rewrites": {
"afterFiles": [],
"beforeFiles": [
{
"source": "/:locale/datasheets/:path*",
"destination": "/api/datasheets/:path*"
},
{
"source": "/:locale/brochures/:path*",
"destination": "/api/brochures/:path*"
},
{
"source": "/datasheets/:path*",
"destination": "/api/datasheets/:path*"
},
{
"source": "/brochures/:path*",
"destination": "/api/brochures/:path*"
},
{
"source": "/de/produkte",
"destination": "/de/products"
},
{
"source": "/de/produkte/:path*",
"destination": "/de/products/:path*"
},
{
"source": "/de/kontakt",
"destination": "/de/contact"
},
{
"source": "/en/produkte",
"destination": "/en/products"
},
{
"source": "/en/produkte/:path*",
"destination": "/en/products/:path*"
},
{
"source": "/en/kontakt",
"destination": "/en/contact"
},
{
"source": "/en/impressum",
"destination": "/en/legal-notice"
},
{
"source": "/en/datenschutz",
"destination": "/en/privacy-policy"
},
{
"source": "/en/agbs",
"destination": "/en/terms"
}
],
"fallback": []
},
"sortedPages": [
"/_app",
"/_error"
]
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()

View File

@@ -0,0 +1,6 @@
[
{
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!api|_next|assets|_static|_vercel|[\\w-]+\\.\\w+).*))(\\.json)?[\\/#\\?]?$",
"originalSource": "/((?!api|_next|assets|_static|_vercel|[\\w-]+\\.\\w+).*)"
}
]

View File

@@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set([]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()