File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ module.exports = {
12
12
favicon : './src/assets/favicon.png' ,
13
13
} ,
14
14
plugins : [
15
+ {
16
+ use : 'gridsome-plugin-gtag' ,
17
+ options : {
18
+ config : {
19
+ id : 'G-ZL1M3TWPY2' ,
20
+ } ,
21
+ } ,
22
+ } ,
15
23
{
16
24
use : "gridsome-plugin-tailwindcss" ,
17
25
Original file line number Diff line number Diff line change 11
11
"@gridsome/source-filesystem" : " ^0.6.2" ,
12
12
"@gridsome/transformer-remark" : " ^0.6.4" ,
13
13
"fuse.js" : " ^6.4.6" ,
14
- "gridsome" : " ^0.7.0"
14
+ "gridsome" : " ^0.7.0" ,
15
+ "gridsome-plugin-gtag" : " ^0.1.10"
15
16
},
16
17
"devDependencies" : {
17
18
"autoprefixer" : " ^9.8.8" ,
Original file line number Diff line number Diff line change @@ -4693,6 +4693,13 @@ gray-matter@^4.0.2:
4693
4693
section-matter "^1.0.0"
4694
4694
strip-bom-string "^1.0.0"
4695
4695
4696
+ gridsome-plugin-gtag@^0.1.10 :
4697
+ version "0.1.10"
4698
+ resolved "https://registry.yarnpkg.com/gridsome-plugin-gtag/-/gridsome-plugin-gtag-0.1.10.tgz#99ab1b494a874a996b08ee7073766c8132614d59"
4699
+ integrity sha512-/T1snhRRO4akDx6Hi4rYpMtXo8jo8uEf0brHbOI6bbb+vg7XTFucEAOKklUdKFTLKFAwH1VIQ+AZajU88U6iHg==
4700
+ dependencies :
4701
+ vue-gtag "^1.10.0"
4702
+
4696
4703
gridsome-plugin-tailwindcss@^4.1.1 :
4697
4704
version "4.1.1"
4698
4705
resolved "https://registry.yarnpkg.com/gridsome-plugin-tailwindcss/-/gridsome-plugin-tailwindcss-4.1.1.tgz#fd167f6f4ffec6c2400b5a3011200761b72f4ec4"
@@ -10358,6 +10365,11 @@ vm-browserify@^1.0.1:
10358
10365
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
10359
10366
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
10360
10367
10368
+ vue-gtag@^1.10.0 :
10369
+ version "1.16.1"
10370
+ resolved "https://registry.yarnpkg.com/vue-gtag/-/vue-gtag-1.16.1.tgz#edb2f20ab4f6c4d4d372dfecf8c1fcc8ab890181"
10371
+ integrity sha512-5vs0pSGxdqrfXqN1Qwt0ZFXG0iTYjRMu/saddc7QIC5yp+DKgjWQRpGYVa7Pq+KbThxwzzMfo0sGi7ISa6NowA==
10372
+
10361
10373
vue-hot-reload-api@^2.3.0 :
10362
10374
version "2.3.4"
10363
10375
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"
You can’t perform that action at this time.
0 commit comments