Skip to content

Commit

Permalink
Add plausible analytics configuration value for the blog (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm authored Jul 11, 2024
1 parent fa6298a commit 2f62852
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@
"pygment_light_style": "napari",
"pygment_dark_style": "napari",
# "announcement": "https://napari.org/dev/_static/announcement.html",
}
"analytics": {
# The domain you'd like to use for this analytics instance
"plausible_analytics_domain": "napari.org",
# The analytics script that is served by Plausible
"plausible_analytics_url": "https://plausible.io/js/plausible.js",
},
}

0 comments on commit 2f62852

Please sign in to comment.