mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
Track outbount links
This commit is contained in:
parent
cb8b94362e
commit
6d67d980d9
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ const MyApp: NextPage<AppProps> = ({ Component, pageProps }) => {
|
||||||
<PlausibleProvider
|
<PlausibleProvider
|
||||||
domain="rallly.co"
|
domain="rallly.co"
|
||||||
customDomain={process.env.PLAUSIBLE_DOMAIN}
|
customDomain={process.env.PLAUSIBLE_DOMAIN}
|
||||||
|
trackOutboundLinks={true}
|
||||||
selfHosted={true}
|
selfHosted={true}
|
||||||
enabled={!!process.env.PLAUSIBLE_DOMAIN}
|
enabled={!!process.env.PLAUSIBLE_DOMAIN}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue