Skip to content

Commit

Permalink
fix analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
blekmus committed May 12, 2024
1 parent 76b336d commit 3d1a347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { MantineProvider } from '@mantine/core'
import type { MantineThemeOverride } from '@mantine/core'
import { NotificationsProvider } from '@mantine/notifications'
import { RouterTransition } from '../components/router_transition.component'
import Script from 'next/script'

function MyApp({ Component, pageProps: { session, ...pageProps } }: AppProps) {
const theme = {
Expand Down
5 changes: 2 additions & 3 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ class MyDocument extends Document {
/>

<script
src="https://analytics.thelonelylands.com/harmless_mkay.js"
async
defer
src="https://analytics.thelonelylands.com/harmless_mkay"
data-website-id="2407c2c3-edb2-4896-a687-3a769d0dc2a9"
/>
></script>

<link rel="icon" type="image/x-icon" href="/favicon.ico" />
</Head>
Expand Down

0 comments on commit 3d1a347

Please sign in to comment.