File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ export default {
121
121
[ '@nuxtjs/dotenv' , { filename : `.env.${ environment } ` } ] ,
122
122
'nuxt-svg-loader' ,
123
123
[ 'nuxt-i18n' , i18nConfig ] ,
124
+ [ '@nuxtjs/google-analytics' , { id : process . env . GAID } ] ,
124
125
] ,
125
126
/*
126
127
** Axios module configuration
@@ -132,16 +133,6 @@ export default {
132
133
families : [ 'Roboto&display=swap' , 'NotoSansJP&&display=swap' ] ,
133
134
} ,
134
135
} ,
135
- env : {
136
- APIKEY : process . env . APIKEY ,
137
- AUTHDOMAIN : process . env . AUTHDOMAIN ,
138
- DATABASEURL : process . env . DATABASEURL ,
139
- PROJECTID : process . env . PROJECTID ,
140
- STORAGEBUCKET : process . env . STORAGEBUCKET ,
141
- MESSAGINGSENDERID : process . env . MESSAGINGSENDERID ,
142
- APPID : process . env . APPID ,
143
- MEASUREMENTID : process . env . MEASUREMENTID ,
144
- } ,
145
136
manifest : {
146
137
name : 'おうちで時間割' ,
147
138
short_name : 'おうちで時間割' ,
Original file line number Diff line number Diff line change 30
30
"@nuxt/typescript-runtime" : " ^2.0.0" ,
31
31
"@nuxtjs/axios" : " ^5.12.2" ,
32
32
"@nuxtjs/dotenv" : " ^1.4.1" ,
33
+ "@nuxtjs/google-analytics" : " ^2.4.0" ,
33
34
"@nuxtjs/pwa" : " ^3.0.2" ,
34
35
"@nuxtjs/style-resources" : " ^1.0.0" ,
35
36
"@types/node" : " ^14.11.2" ,
Original file line number Diff line number Diff line change 2809
2809
eslint-plugin-unicorn "^21.0.0"
2810
2810
eslint-plugin-vue "^6.2.2"
2811
2811
2812
+ "@nuxtjs/google-analytics@^2.4.0":
2813
+ version "2.4.0"
2814
+ resolved "https://registry.yarnpkg.com/@nuxtjs/google-analytics/-/google-analytics-2.4.0.tgz#3bb9f398a05cc23340d1f423f8d8653dc4114f46"
2815
+ integrity sha512-rDQTwHIjyjVrx8GywHPuWykJ3jRFGaHl5Iqji/y8tQWUc0yGEeHxOoR0yimzxnTS1Ph2/PubQYpgnVeEPEdL/A==
2816
+ dependencies:
2817
+ vue-analytics "^5.22.1"
2818
+
2812
2819
"@nuxtjs/proxy@^2.0.1":
2813
2820
version "2.0.1"
2814
2821
resolved "https://registry.yarnpkg.com/@nuxtjs/proxy/-/proxy-2.0.1.tgz#2469b6e316311aa8c60d348502a54bfe6d5536aa"
@@ -14679,6 +14686,11 @@ vm-browserify@^1.0.1:
14679
14686
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
14680
14687
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
14681
14688
14689
+ vue-analytics@^5.22.1:
14690
+ version "5.22.1"
14691
+ resolved "https://registry.yarnpkg.com/vue-analytics/-/vue-analytics-5.22.1.tgz#9d6b32da56daee1b9dfb23a267b50349a03f710f"
14692
+ integrity sha512-HPKQMN7gfcUqS5SxoO0VxqLRRSPkG1H1FqglsHccz6BatBatNtm/Vyy8brApktZxNCfnAkrSVDpxg3/FNDeOgQ==
14693
+
14682
14694
vue-class-component@^7.2.6:
14683
14695
version "7.2.6"
14684
14696
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-7.2.6.tgz#8471e037b8e4762f5a464686e19e5afc708502e4"
You can’t perform that action at this time.
0 commit comments