From 50ac1c1d7f095a5c374025983a408aa70655ab16 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Thu, 13 Feb 2025 11:42:31 +0500 Subject: [PATCH] add opengraph --- src/templates/Base.tsx | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src/templates/Base.tsx b/src/templates/Base.tsx index 190d302..2a40bec 100644 --- a/src/templates/Base.tsx +++ b/src/templates/Base.tsx @@ -8,7 +8,7 @@ interface BaseProps { export default function Base({ children, isDev }: BaseProps) { return ( <> - + - + + + + + + + -
+
-
{children}
+
+ {children} +