change to plausible
This commit is contained in:
parent
d65a81ccc9
commit
94f70c2647
@ -22,11 +22,18 @@ const MyApp: AppType<{ session: Session | null }> = ({
|
|||||||
/>
|
/>
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
{env.NEXT_PUBLIC_ENVIRONMENT === "production" ? (
|
{env.NEXT_PUBLIC_ENVIRONMENT === "production" ? (
|
||||||
<script
|
<>
|
||||||
defer
|
<script
|
||||||
src="https://analytics.brandonegger.com/script.js"
|
defer
|
||||||
data-website-id="3e1b5a25-9eb9-4dc5-a1d2-259bf73b847f"
|
data-domain="auditorytraining.info"
|
||||||
></script>
|
src="https://analytics.brandonegger.com/js/script.js"
|
||||||
|
></script>
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
data-domain="auditorytraining.csd.uiowa.edu"
|
||||||
|
src="https://analytics.brandonegger.com/js/script.js"
|
||||||
|
></script>
|
||||||
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
</Head>
|
</Head>
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user