Skip to content

Commit

Permalink
fix(analytics): remove duplicate domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Nov 25, 2024
1 parent 0875e01 commit 2052cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/theme/partials/integrations/analytics/matomo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setDomains", ["*.blog.geotribu.net", "*.blog.geotribu.net", "*.geotribu.github.io/english-blog"]]);
_paq.push(["setDomains", ["*.blog.geotribu.net", "*.geotribu.github.io/english-blog"]]);
_paq.push(["enableCrossDomainLinking"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
Expand Down

0 comments on commit 2052cc1

Please sign in to comment.