Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 14:02
· 172 commits to main since this release

   🚨 Breaking Changes

The module is now published under the @nuxtjs namespace. Please uninstall nuxt-plausible and use @nuxtjs/plausible instead.

// `nuxt.config.ts`
export default defineNuxtConfig({
  modules: [
-    'nuxt-plausible'
+    '@nuxtjs/plausible'
  ]
})
    View changes on GitHub