This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import type { Metadata } from 'next';
|
import type { Metadata } from 'next';
|
||||||
|
import Script from 'next/script';
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'DiaryWhisper',
|
title: 'DiaryWhisper',
|
||||||
@@ -13,6 +14,11 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang='en'>
|
<html lang='en'>
|
||||||
<body>{children}</body>
|
<body>{children}</body>
|
||||||
|
<Script
|
||||||
|
defer
|
||||||
|
src="https://analytics.frompixels.com/script.js"
|
||||||
|
data-website-id="922dfc50-84ea-4e4e-a421-a03a00a4421c"
|
||||||
|
/>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user