generated from Fascinated/nextjs-13-template-with-tailwindcss
fix plausable analytics
All checks were successful
Publish Docker Image / docker (push) Successful in 1m59s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m59s
This commit is contained in:
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}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user