mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-11 08:43:03 +00:00
Add google analytics
This commit is contained in:
@@ -5,6 +5,10 @@ export default {
|
|||||||
// Target: https://go.nuxtjs.dev/config-target
|
// Target: https://go.nuxtjs.dev/config-target
|
||||||
target: 'static',
|
target: 'static',
|
||||||
|
|
||||||
|
googleAnalytics: {
|
||||||
|
id: "UA-167213766-1"
|
||||||
|
},
|
||||||
|
|
||||||
// Global page headers: https://go.nuxtjs.dev/config-head
|
// Global page headers: https://go.nuxtjs.dev/config-head
|
||||||
head: {
|
head: {
|
||||||
title: 'Meraki UI Tailwindcss Components',
|
title: 'Meraki UI Tailwindcss Components',
|
||||||
@@ -52,7 +56,8 @@ export default {
|
|||||||
|
|
||||||
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
|
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
|
||||||
buildModules: [
|
buildModules: [
|
||||||
'@nuxtjs/tailwindcss'
|
'@nuxtjs/tailwindcss',
|
||||||
|
'@nuxtjs/google-analytics'
|
||||||
],
|
],
|
||||||
|
|
||||||
// Modules: https://go.nuxtjs.dev/config-modules
|
// Modules: https://go.nuxtjs.dev/config-modules
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
"generate": "nuxt generate"
|
"generate": "nuxt generate"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@nuxtjs/google-analytics": "^2.4.0",
|
||||||
"core-js": "^3.8.3",
|
"core-js": "^3.8.3",
|
||||||
"nuxt": "^2.14.12"
|
"nuxt": "^2.14.12"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user