Skip to content

Commit 9464d90

Browse files
authored
Merge pull request #7 from mingi3314/_verification_
🚀 verification 방법 변경
2 parents 4e672e7 + 04e1994 commit 9464d90

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,6 @@ module.exports = {
227227
...markdownPlugins,
228228
...searchPlugins,
229229
...pwaPlugins,
230-
...gtagPlugins, // Uncomment this line if you want to use Google Analytics
230+
// ...gtagPlugins, // Uncomment this line if you want to use Google Analytics
231231
],
232232
}

gatsby-meta-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const metaConfig = {
2626
utterances: "mingi3314/blog-stream",
2727
links: { github: "https://github.com/mingi3314/blog-stream" },
2828
favicon: "src/images/icon.png",
29-
gtagTrackingId: "GTM-MXQPDBV3",
3029
}
3130

3231
// eslint-disable-next-line no-undef

src/static/ads.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: googledefc3887bc2d2572.html

0 commit comments

Comments
 (0)