From 23aee8f7256772b18df3f5ef95fcad5479728726 Mon Sep 17 00:00:00 2001 From: nc Date: Fri, 17 Feb 2023 14:54:40 +0700 Subject: [PATCH] fix isso script --- src/pages/Layout/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/Layout/index.tsx b/src/pages/Layout/index.tsx index 4318fb7..aa62a69 100644 --- a/src/pages/Layout/index.tsx +++ b/src/pages/Layout/index.tsx @@ -22,6 +22,9 @@ const Comment = ({post_id}) => { } const Layout = ({ data, children }) => { + + const post = data.mdx.frontmatter; + return (