File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,22 @@ export default defineConfig({
77
77
[ 'meta' , { property : 'og:url' , content : ogUrl } ] ,
78
78
[ 'meta' , { property : 'twitter:card' , content : 'summary_large_image' } ] ,
79
79
[ 'meta' , { property : 'twitter:title' , content : taskName } ] ,
80
- [ 'meta' , { property : 'twitter:description' , content : taskDescription } ]
80
+ [ 'meta' , { property : 'twitter:description' , content : taskDescription } ] ,
81
+ [
82
+ 'script' ,
83
+ {
84
+ async : '' ,
85
+ src : 'https://www.googletagmanager.com/gtag/js?id=G-4RT25NXQ7N'
86
+ }
87
+ ] ,
88
+ [
89
+ 'script' ,
90
+ { } ,
91
+ `window.dataLayer = window.dataLayer || [];
92
+ function gtag(){dataLayer.push(arguments);}
93
+ gtag("js", new Date());
94
+ gtag("config", "G-4RT25NXQ7N");`
95
+ ]
81
96
] ,
82
97
srcDir : 'src' ,
83
98
cleanUrls : true ,
You can’t perform that action at this time.
0 commit comments