Track outbount links

This commit is contained in:
Luke Vella 2022-04-16 09:31:50 +01:00
parent cb8b94362e
commit 6d67d980d9

View file

@ -34,6 +34,7 @@ const MyApp: NextPage<AppProps> = ({ Component, pageProps }) => {
<PlausibleProvider
domain="rallly.co"
customDomain={process.env.PLAUSIBLE_DOMAIN}
trackOutboundLinks={true}
selfHosted={true}
enabled={!!process.env.PLAUSIBLE_DOMAIN}
>