feat(ui): finalize E-TIB modernization with footer redesign, video optimization, and TS fixes

Former-commit-id: 67ac02c8404cc66893fdf97308574701cca6000c
This commit is contained in:
2026-05-07 10:43:20 +02:00
parent f2fdea96ec
commit 5439df72ea
3712 changed files with 932332 additions and 1867 deletions

View File

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