From 225d8b752ad65a0a86f6aa16fa512513ca009c06 Mon Sep 17 00:00:00 2001 From: nochill Date: Sat, 18 Feb 2023 13:14:27 +0700 Subject: [PATCH] style isso script --- gatsby-build.sh | 1 + src/pages/Layout/index.tsx | 4 +- src/pages/Layout/isso.css | 340 +++++++++++++++++++++++++++++++++++++ 3 files changed, 343 insertions(+), 2 deletions(-) create mode 100644 src/pages/Layout/isso.css diff --git a/gatsby-build.sh b/gatsby-build.sh index 1ea68de..bd60cf7 100755 --- a/gatsby-build.sh +++ b/gatsby-build.sh @@ -1 +1,2 @@ ./node_modules/gatsby-cli/cli.js build +pm2 restart gatsby_blog diff --git a/src/pages/Layout/index.tsx b/src/pages/Layout/index.tsx index 6adcc22..49c77ec 100644 --- a/src/pages/Layout/index.tsx +++ b/src/pages/Layout/index.tsx @@ -5,13 +5,13 @@ import Base from "../../components/Base"; import SEO from "../../components/seo"; import { MDXProvider } from '@mdx-js/react'; import './styles.scss'; +import './isso.css'; const Comment = ({post_id}) => { return ( <>