Skip to content

Commit

Permalink
chore: google analytics v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionad-Morotar committed Jun 13, 2024
1 parent f9b5fce commit 237b633
Show file tree
Hide file tree
Showing 3 changed files with 8,083 additions and 5,641 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineNuxtConfig({
},
extends: ['@nuxt/ui-pro'],
modules: [
'nuxt-gtag',
'@nuxt/content',
'@nuxt/ui',
'@nuxthq/studio',
Expand All @@ -19,6 +20,9 @@ export default defineNuxtConfig({
// ! cant fetch twimoji error, so disable for a while
// 'nuxt-og-image'
],
gtag: {
id: 'G-P6HBJNW6QT'
},
site: {
url: 'https://lionad.art',
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"axios": "^1.7.2",
"modern-css-reset": "^1.4.0",
"nuxt": "^3.12.1",
"nuxt-gtag": "^2.0.6",
"nuxt-og-image": "^2.2.4",
"stylus": "^0.63.0"
},
Expand Down
Loading

0 comments on commit 237b633

Please sign in to comment.