Skip to content
Snippets Groups Projects
Commit 092109bf authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

fix: push umami to script tag

parent 2f781097
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,12 @@ export default { ...@@ -43,6 +43,12 @@ export default {
content: content:
config.site_description || process.env.npm_package_description || '', config.site_description || process.env.npm_package_description || '',
}, },
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.svg' }],
bodyAttrs: {
class: process.env.NODE_ENV === 'development' ? 'debug-screens' : '',
},
script: [
{ {
hid: 'umami', hid: 'umami',
'auto-track': true, 'auto-track': true,
...@@ -52,10 +58,6 @@ export default { ...@@ -52,10 +58,6 @@ export default {
src: 'https://analytics.axiom-team.fr/umami.js', src: 'https://analytics.axiom-team.fr/umami.js',
}, },
], ],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.svg' }],
bodyAttrs: {
class: process.env.NODE_ENV === 'development' ? 'debug-screens' : '',
},
}, },
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment