Skip to content

Commit 750904e

Browse files
committed
Feat: Added Google Analytics to the page
1 parent ad03744 commit 750904e

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

nuxt.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ module.exports = {
1515
icons: ['fas']
1616
}
1717
]
18+
}],
19+
['@nuxtjs/google-analytics', {
20+
id: 'UA-135521790-1'
1821
}]
1922
],
2023
env: {

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@fortawesome/free-brands-svg-icons": "^5.7.2",
1919
"@fortawesome/free-solid-svg-icons": "^5.7.2",
2020
"@nuxtjs/axios": "^5.3.1",
21+
"@nuxtjs/google-analytics": "^2.1.0",
2122
"bulma": "^0.7.4",
2223
"core-js": "^2.6.5",
2324
"nuxt": "2.2.0",

0 commit comments

Comments
 (0)