Skip to content

Commit

Permalink
Update Umami url and website id (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel authored Feb 22, 2024
1 parent 6bc293f commit f2e0ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ export default class MyDocument extends Document {
<Html dir={getDirection(this.props.locale)} lang={this.props.locale}>
<Head>
<script
async
src="https://umami.ooni.org/script.js"
data-website-id="6db69722-6f49-4b93-972c-922a765327a1"
defer
src="https://eu.umami.is/script.js"
data-website-id="6c9769aa-4b46-4d8d-82a9-a5a6d77206c4"
data-domains="explorer.ooni.org"
></script>
</Head>
Expand Down

0 comments on commit f2e0ae9

Please sign in to comment.