zadigetvoltaire / nuxt-gtm

Nuxt 3 module for Google Tag Manager
https://www.npmjs.com/package/@zadigetvoltaire/nuxt-gtm
MIT License
70 stars 4 forks source link

🚩Is this still being maintained? #43

Open TimGuendel opened 2 months ago

TimGuendel commented 2 months ago

There are several unanswered issues and open pull requests - but the last activity was 2023 🤔

iBobik commented 4 days ago

Just moved to the https://scripts.nuxt.com, works well:

  modules: [
    ... 
    '@nuxt/scripts',
  ],

  scripts: {
    registry: {
      googleTagManager: {
        id: 'GTM-NTLNMP5',
      },
    },
  },