From 912c0b8f36c7c88f5aecf6c59816224f6b890162 Mon Sep 17 00:00:00 2001 From: nc Date: Thu, 16 Feb 2023 21:07:52 +0700 Subject: [PATCH] add comment --- src/pages/Layout/index.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/pages/Layout/index.tsx b/src/pages/Layout/index.tsx index 72e19ea..d0f1071 100644 --- a/src/pages/Layout/index.tsx +++ b/src/pages/Layout/index.tsx @@ -1,11 +1,24 @@ import React from "react"; -import { graphql } from "gatsby"; +import { graphql, Script } from "gatsby"; import config from '../../../data/site-config'; import Base from "../../components/Base"; import SEO from "../../components/seo"; import { MDXProvider } from '@mdx-js/react'; import './styles.scss'; +const Comment = () => { + return ( + <> +