fix plausable analytics
All checks were successful
Publish Docker Image / docker (push) Successful in 1m59s

This commit is contained in:
Lee 2023-07-09 07:25:37 +01:00
parent 26f3d0e504
commit 98c61f787e

@ -25,8 +25,8 @@ export default function Home() {
<> <>
{analytics.plausable.enabled && ( {analytics.plausable.enabled && (
<PlausibleProvider <PlausibleProvider
domain={analytics.plausable.siteDomain} domain={analytics.plausable.domain}
customDomain={analytics.plausable.domain} customDomain={analytics.plausable.siteDomain}
selfHosted={true} selfHosted={true}
/> />
)} )}