Skip to content

Commit

Permalink
add plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
madisvain committed Jun 12, 2024
1 parent c84fd9b commit 4e95999
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ export default class VATComplyApp extends App {

render() {
const { Component, pageProps } = this.props;
return <Component {...pageProps} />;
return (
<>
<Component {...pageProps} />
<script defer data-domain="vatcomply.com" src="https://plausible.io/js/script.js"></script>
</>
);
}
}

0 comments on commit 4e95999

Please sign in to comment.