diff --git a/app/not-found.tsx b/app/not-found.tsx index 82ada3f..9a30f90 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -7,7 +7,7 @@ export default function NotFound() {

404

-

Page not found

+

Page not found

The page you{`'`}re looking for doesn{`'`}t exist.

Go home diff --git a/app/page.tsx b/app/page.tsx index 43b1494..0965063 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -17,7 +17,7 @@ export default async function HomePage() {

-

+

Latest Posts

diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index 11f0f63..12e7bfa 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -18,7 +18,7 @@ export function Header() { className="sticky top-0 z-50 bg-canvas/80 backdrop-blur-sm border-b border-border" >
- + blog
diff --git a/mdx-components.tsx b/mdx-components.tsx index 984294a..1aa87e0 100644 --- a/mdx-components.tsx +++ b/mdx-components.tsx @@ -19,6 +19,15 @@ export function getMDXComponents(components: MDXComponents): MDXComponents { {props.children} ), + h4: ({ children, ...props }) => ( +

{children}

+ ), + h5: ({ children, ...props }) => ( +
{children}
+ ), + h6: ({ children, ...props }) => ( +
{children}
+ ), p: ({ children }) => (

{children}