✏️ Meta

This commit is contained in:
liyasthomas
2019-09-28 15:03:16 +05:30
parent bc2a723e80
commit b561f6c8ae
10 changed files with 56 additions and 73 deletions

View File

@@ -236,8 +236,17 @@ export default {
}
}],
['@nuxtjs/axios'],
['@nuxtjs/toast']
['@nuxtjs/toast'],
['@nuxtjs/google-analytics']
],
toast: {
position: 'bottom-center',
duration: 2000,
theme: 'bubble'
},
googleAnalytics: {
id: 'UA-61422507-2'
},
/*
** Build configuration
*/