Added visitor analytics
This commit is contained in:
@@ -15,6 +15,8 @@ export const metadata: Metadata = {
|
||||
description: "My personal website",
|
||||
};
|
||||
|
||||
import { Analytics } from "../components/Analytics";
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -30,6 +32,7 @@ export default function RootLayout({
|
||||
{children}
|
||||
</main>
|
||||
<Footer />
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user