File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { getPageMap } from 'nextra/page-map';
11
11
import { getDictionary } from '../_dictionaries/get-dictionary' ;
12
12
13
13
import PlausibleProvider from 'next-plausible' ;
14
- import Script from "next/script" ;
15
14
import { DiscordIcon } from "nextra/icons" ;
16
15
import '../../styles/globals.css' ;
17
16
import { Footer } from "../_components/footer" ;
@@ -94,7 +93,6 @@ export default async function RootLayout({ children, params }: {
94
93
< html lang = { lang } suppressHydrationWarning >
95
94
< head >
96
95
< 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 />
98
96
</ head >
99
97
< body className = { `${ fontSans . variable } ${ fontMono . variable } bg-background font-sans antialiased` } >
100
98
< Layout
You can’t perform that action at this time.
0 commit comments