Skip to content

Commit 95c48c4

Browse files
author
Sébastien Chopin
authored
docs: fix plausible domain
1 parent dc440a0 commit 95c48c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineNuxtConfig({
1010
theme: {},
1111
modules: ['@nuxthq/admin', '@docus/github', 'vue-plausible'],
1212
plausible: {
13-
url: 'sanity.nuxtjs.org',
13+
domain: 'sanity.nuxtjs.org',
1414
},
1515
tailwindcss: {
1616
config: {

0 commit comments

Comments
 (0)