File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ 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" ;
14
15
import { DiscordIcon } from "nextra/icons" ;
15
16
import '../../styles/globals.css' ;
16
17
import { Footer } from "../_components/footer" ;
@@ -93,7 +94,7 @@ export default async function RootLayout({ children, params }: {
93
94
< html lang = { lang } suppressHydrationWarning >
94
95
< head >
95
96
< PlausibleProvider domain = "uxpatterns.dev" trackOutboundLinks = { true } taggedEvents = { true } />
96
- < script src = "https://analytics.ahrefs.com/analytics.js" data-key = "kp+2z+UG2C+LV5KT2+/B+w" async > </ script >
97
+ < Script src = "https://analytics.ahrefs.com/analytics.js" data-key = "kp+2z+UG2C+LV5KT2+/B+w" async / >
97
98
</ head >
98
99
< body className = { `${ fontSans . variable } ${ fontMono . variable } bg-background font-sans antialiased` } >
99
100
< Layout
You can’t perform that action at this time.
0 commit comments