Skip to content

Commit

Permalink
Google verification
Browse files Browse the repository at this point in the history
  • Loading branch information
ReddyyZ committed Dec 27, 2023
1 parent a1261ae commit 927fafe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ module.exports = {
trackingIds: [
"G-J5Z68L7N4P", // Google Analytics / GA
],
pluginConfig: {
head: true
}
},
}
]
Expand Down
1 change: 1 addition & 0 deletions src/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default function HTML(props) {
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="google-site-verification" content="YITBQutYrGvhpeimCbkqZOH9nXLbbdq3etxQFwVS6oY" />
{props.headComponents}
</head>
<body {...props.bodyAttributes}>
Expand Down
1 change: 1 addition & 0 deletions static/googlebf3416e85fb6012d.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: googlebf3416e85fb6012d.html

0 comments on commit 927fafe

Please sign in to comment.