diff --git a/client/nuxt.config.js b/client/nuxt.config.js index 7ab7cc738b5bd8ce392db0b84be570729801a4cd..0a9624a8e2e6f256265b73fe9b9169c129af9cce 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -20,6 +20,13 @@ export default { { hid: 'description', name: 'description', content: '' }, { name: 'format-detection', content: 'telephone=no' } ], + script: [ + { + defer: true, + data-domain: "jass.pasteur.fr", + src: "https://plausible.pasteur.cloud/js/script.js" + } + ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } ]