Skip to content
Snippets Groups Projects
Commit 772c6660 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Merge branch 'add-plausible' into 'master'

add plausible

See merge request statistical-genetics/jass!104
parents a96b7a5f 24f5f1e5
No related branches found
No related tags found
No related merge requests found
......@@ -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' }
]
......
......@@ -3,7 +3,7 @@ flask-cors
aiohttp
python_dateutil
setuptools
numpy
numpy<2.0.0
pandas
tables
scipy
......
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