feat(blog): restore typography ratios and implement smooth filter animations
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Failing after 1m13s
Build & Deploy / 🏗️ Build (push) Failing after 10m57s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-02-17 22:52:53 +01:00
parent d41d4d3d89
commit 786d35010b
8 changed files with 152 additions and 114 deletions

View File

@@ -1,6 +1,6 @@
import { LeadParagraph } from '../components/ArticleParagraph';
import { H2, H3 } from '../components/ArticleHeading';
import { H1, H2, H3 } from '../components/ArticleHeading';
import { Paragraph } from '../components/ArticleParagraph';
import { ArticleBlockquote } from '../components/ArticleBlockquote';
import { Marker } from '../components/Marker';
@@ -18,7 +18,9 @@ import { Section } from '../components/Section';
import { Reveal } from '../components/Reveal';
export const mdxComponents = {
// Named exports for explicit MDX usage
LeadParagraph,
H1,
H2,
H3,
Paragraph,