Skip to content

Commit

Permalink
Add Umami script
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Dec 21, 2023
1 parent 6ba332d commit f1d46ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ export default class MyDocument extends Document {

render = () => (
<Html dir={getDirection(this.props.locale)} lang={this.props.locale}>
<Head />
<Head>
<script
async
src="https://umami.ooni.org/script.js"
data-website-id="6db69722-6f49-4b93-972c-922a765327a1"
data-domains="explorer.ooni.org"
></script>
</Head>
<body>
<Main />
<NextScript />
Expand Down

1 comment on commit f1d46ef

@vercel
Copy link

@vercel vercel bot commented on f1d46ef Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.