From fa04c833a1d87b91c2772c8b1a53310f593adcec Mon Sep 17 00:00:00 2001 From: wish-jang Date: Sun, 11 Feb 2024 15:24:09 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=84=A4=EC=9D=B4=EB=B2=84=20=EC=84=9C?= =?UTF-8?q?=EC=B9=98=EC=96=B4=EB=93=9C=EB=B0=94=EC=9D=B4=EC=A0=80=20id=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gatsby.yml | 3 ++- src/components/Seo.tsx | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index 8014694..9a7866e 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -77,8 +77,9 @@ jobs: run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }} - name: Build with Gatsby env: - PREFIX_PATHS: 'true' + PREFIX_PATHS: "true" GA_TRACKING_ID: ${{secrets.GA_TRACKING_ID}} + NAVER_SITE_VERIFICATION_KEY: ${{secrets.NAVER_SITE_VERIFICATION_KEY}} run: ${{ steps.detect-package-manager.outputs.manager }} run build - name: Upload artifact uses: actions/upload-pages-artifact@v2 diff --git a/src/components/Seo.tsx b/src/components/Seo.tsx index 1120d0c..fc3279a 100644 --- a/src/components/Seo.tsx +++ b/src/components/Seo.tsx @@ -47,6 +47,10 @@ export const SEO = ({ /> +