File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- import { siteMetadata } from " ~/constants " ;
2
+
3
3
---
4
4
5
5
<!-- Google tag (gtag.js) -->
6
- <script
7
- async
8
- src =`https://www.googletagmanager.com/gtag/js?id=${siteMetadata .google .analytics }`
6
+ <script async src =`https://www.googletagmanager.com/gtag/js?id=G-736BKHY5WS`
9
7
></script >
10
8
<script >
11
9
window.dataLayer = window.dataLayer || [];
@@ -14,5 +12,5 @@ import { siteMetadata } from "~/constants";
14
12
}
15
13
gtag("js", new Date());
16
14
17
- gtag("config", siteMetadata.google.analytics );
15
+ gtag("config", "G-736BKHY5WS" );
18
16
</script >
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export const siteMetadata = {
13
13
site : 'https://setchy.io' ,
14
14
} ,
15
15
google : {
16
- analytics : 'G-736BKHY5WS' ,
17
16
siteVerification : '' ,
18
17
} ,
19
18
menuLinks : [
You can’t perform that action at this time.
0 commit comments