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({
7777 [ 'meta' , { property : 'og:url' , content : ogUrl } ] ,
7878 [ 'meta' , { property : 'twitter:card' , content : 'summary_large_image' } ] ,
7979 [ '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+ ]
8196 ] ,
8297 srcDir : 'src' ,
8398 cleanUrls : true ,
You can’t perform that action at this time.
0 commit comments