Skip to content

Commit

Permalink
Ajoute Matomo en dev vers un siteId dédié (#4062)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett authored Nov 14, 2023
1 parent 9b5ea5c commit b5ea2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app.use(StateService)
app.use(ThemeService)
app.use(VueCookies)

if (navigator.cookieEnabled && process.env.VITE_CONTEXT === "production") {
if (navigator.cookieEnabled) {
app.use(VueMatomo, {
host: "https://stats.data.gouv.fr",
trackerFileName: "piwik",
Expand Down

0 comments on commit b5ea2a0

Please sign in to comment.