Skip to content

Commit

Permalink
add alx script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomosterlund committed Aug 10, 2024
1 parent c982839 commit 3d1de41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export default function MyApp({ Component, pageProps }) {
</Script>
<Script src="https://lmsqueezy.com/affiliate.js" defer/>
{/* do not use next script for localhost*/}
{alxScript && window?.location.hostname !== 'localhost' && <Script data-domain="premium.schedule-x.dev" src="http://plausible-ugw04os44c0cs4skgo44cgc0.37.27.200.51.sslip.io/js/script.js" defer />}
{alxScript && window?.location.hostname !== 'localhost' && <Script data-domain="premium.schedule-x.dev" src="https://analytics.schedule-x.com/js/script.js" defer />}
</main>
}

0 comments on commit 3d1de41

Please sign in to comment.