refactor(ui): rewrite Heading component to act as central typography system, fix line-heights, and apply to MDX pages

Former-commit-id: dc62485b60679b810b5f74bfb5a22915b7a62314
This commit is contained in:
2026-05-07 13:56:26 +02:00
parent 540cebf5ca
commit b4d4b59add
185 changed files with 511 additions and 438 deletions

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+).*)"
}
]