From 769a52b924f558d2529456f7bc5dd6b1ca658d85 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Mon, 1 Jun 2026 21:40:48 -0500 Subject: [PATCH] chore: final build validation and cleanup --- app/posts/[slug]/page.tsx | 4 ++-- mdx-components.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/posts/[slug]/page.tsx b/app/posts/[slug]/page.tsx index 616e70f..2939c43 100644 --- a/app/posts/[slug]/page.tsx +++ b/app/posts/[slug]/page.tsx @@ -1,6 +1,6 @@ import { notFound } from 'next/navigation' import { MDXRemote } from 'next-mdx-remote/rsc' -import { useMDXComponents } from '@/mdx-components' +import { getMDXComponents } from '@/mdx-components' import remarkMath from 'remark-math' import remarkGfm from 'remark-gfm' import smartypants from 'remark-smartypants' @@ -64,7 +64,7 @@ export default async function PostPage({ params }: { params: Promise<{ slug: str