From d111d0e88af7927b495063e652ecf2e1b4455e01 Mon Sep 17 00:00:00 2001 From: skunichetty Date: Tue, 2 Jul 2024 17:06:09 -0400 Subject: [PATCH 1/4] Refactored custom components + switched to gray-matter --- app/layout.tsx | 2 +- app/posts/page.tsx | 24 +++------- components/navbar.tsx | 8 ++-- components/post.tsx | 1 - mdx-components.tsx | 7 +++ package-lock.json | 109 ++++++++++++++++++++++++++++++++++++++++++ package.json | 1 + 7 files changed, 128 insertions(+), 24 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index f5f6042..b8d72e5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -31,7 +31,7 @@ export default function RootLayout({ -
{children}
+
{children}