Skip to content

Commit ae61935

Browse files
committed
fix: broken js
1 parent 23a4c4e commit ae61935

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/[lang]/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { getPageMap } from 'nextra/page-map';
1111
import { getDictionary } from '../_dictionaries/get-dictionary';
1212

1313
import PlausibleProvider from 'next-plausible';
14-
import Script from "next/script";
1514
import { DiscordIcon } from "nextra/icons";
1615
import '../../styles/globals.css';
1716
import { Footer } from "../_components/footer";
@@ -94,7 +93,6 @@ export default async function RootLayout({ children, params }: {
9493
<html lang={lang} suppressHydrationWarning>
9594
<head>
9695
<PlausibleProvider domain="uxpatterns.dev" trackOutboundLinks={true} taggedEvents={true} />
97-
<Script src="https://analytics.ahrefs.com/analytics.js" data-key="kp+2z+UG2C+LV5KT2+/B+w" async />
9896
</head>
9997
<body className={`${fontSans.variable} ${fontMono.variable} bg-background font-sans antialiased`}>
10098
<Layout

0 commit comments

Comments
 (0)