📦 Meta

This commit is contained in:
Liyas Thomas 2019-10-02 16:17:29 +05:30
parent 2068556ca5
commit fe1034ce1a
3 changed files with 8 additions and 1 deletions

View File

@ -217,7 +217,8 @@ export default {
['@nuxtjs/axios'],
['@nuxtjs/toast'],
['@nuxtjs/google-analytics'],
['@nuxtjs/sitemap']
['@nuxtjs/sitemap'],
['@nuxtjs/google-tag-manager', { id: process.env.GTM_ID || 'GTM-MXWD8NQ' }]
],
pwa: {
manifest: {

5
package-lock.json generated
View File

@ -1260,6 +1260,11 @@
"vue-analytics": "^5.16.2"
}
},
"@nuxtjs/google-tag-manager": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/google-tag-manager/-/google-tag-manager-2.2.1.tgz",
"integrity": "sha512-1JpV8NRpdTd58FQiPyZUdFdYxfhrt6/a0UUQcoFMBbM3+pELho2RlOj52NE+OYY0IPR0D736ULBHXLhwv1CKdw=="
},
"@nuxtjs/proxy": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@nuxtjs/proxy/-/proxy-1.3.3.tgz",

View File

@ -16,6 +16,7 @@
"dependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/google-tag-manager": "^2.2.1",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/sitemap": "^2.0.0",
"@nuxtjs/toast": "^3.2.1",