Skip to content

Commit

Permalink
[MNT] Add plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Apr 18, 2024
1 parent e335b03 commit cdd44f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ export default {
script: [
{
src: 'https://w.appzi.io/w.js?token=YVTHd'
},
{
src: 'https://plausible.neurobagel.org/js/script.js',
'data-domain': 'annotate.neurobagel.org',
async: 'async',
defer: 'defer'
}
],
htmlAttrs: {
Expand Down

0 comments on commit cdd44f7

Please sign in to comment.