Skip to content

Commit

Permalink
fix: plausible tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Sep 7, 2024
1 parent 2eedba1 commit b6a05b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export default {
{ rel: 'icon', type: 'image/x-icon', href: '/logo_32.png' },
{ rel: 'me', href: 'https://fosstodon.org/@floccus' }
],
script: [
{src: 'https://plausible.io/js/script.outbound-links.js'}
]
},

// Global CSS: https://go.nuxtjs.dev/config-css
Expand All @@ -41,7 +44,7 @@ export default {
],

// Modules: https://go.nuxtjs.dev/config-modules
modules: ['@nuxtjs/markdownit', '@nuxtjs/plausible'],
modules: ['@nuxtjs/markdownit'],

// [optional] markdownit options
// See https://github.com/markdown-it/markdown-it
Expand All @@ -62,4 +65,4 @@ export default {

// Build Configuration: https://go.nuxtjs.dev/config-build
build: {},
}
}

0 comments on commit b6a05b2

Please sign in to comment.