Skip to content

Commit

Permalink
feat(docs): switch from plausible to vercel (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 14, 2023
1 parent 865e8c9 commit 849dd91
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 137 deletions.
5 changes: 1 addition & 4 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ export default defineNuxtConfig({
fields: ['exact'],
},
},
modules: ['@nuxtjs/plausible'],
plausible: {
domain: 'regexp.dev',
},
modules: ['nuxt-vercel-analytics'],
})
4 changes: 4 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
"@nuxt-themes/docus": "1.10.1",
"@nuxtjs/plausible": "0.2.0",
"nuxt": "3.4.1"
},
"dependencies": {
"@nuxtjs/web-vitals": "^0.2.4",
"nuxt-vercel-analytics": "^0.1.2"
}
}

1 comment on commit 849dd91

@vercel
Copy link

@vercel vercel bot commented on 849dd91 Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.