From f902f175736ca637468c03edf169eb3dfefc7eb9 Mon Sep 17 00:00:00 2001 From: Austin Bennett Date: Tue, 22 Apr 2025 09:51:35 -0500 Subject: [PATCH] more open graph --- src/components/Meta.tsx | 4 +++- src/pages/index.tsx | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Meta.tsx b/src/components/Meta.tsx index 24f7a92..bcd07c5 100644 --- a/src/components/Meta.tsx +++ b/src/components/Meta.tsx @@ -30,6 +30,7 @@ const Meta: React.FC = ({ + {/* Open Graph / Facebook */} @@ -38,8 +39,9 @@ const Meta: React.FC = ({ + + - {/* Twitter */} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 51d233d..7f8e27d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -26,7 +26,6 @@ const Home: React.FC = ({ posts, recentPosts, tags }) => {