mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 00:19:03 +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
|
||||
domain="rallly.co"
|
||||
customDomain={process.env.PLAUSIBLE_DOMAIN}
|
||||
trackOutboundLinks={true}
|
||||
selfHosted={true}
|
||||
enabled={!!process.env.PLAUSIBLE_DOMAIN}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue