Skip to content

Commit

Permalink
Merge pull request #195 from zkLinkProtocol/feat/add_ga
Browse files Browse the repository at this point in the history
add google analytics
  • Loading branch information
zkLeonardo authored Apr 26, 2024
2 parents f7623d2 + 61085f0 commit ab2377c
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 276 deletions.
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ export default defineNuxtConfig({
},
},
plugins: [],
modules: ["@kevinmarrec/nuxt-pwa", "@pinia/nuxt"],
modules: ["@kevinmarrec/nuxt-pwa", "@pinia/nuxt", "nuxt-gtag"],
gtag: {
id: "G-VJL36Q8SJ4",
},
ssr: false,
pwa: {
meta: {
Expand Down
Loading

0 comments on commit ab2377c

Please sign in to comment.