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 = ({
/>
+