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 ( + <> +