analytics, server impl

This commit is contained in:
Max Peintner
2023-04-20 14:39:51 +02:00
parent d154f07f1c
commit 8b8cca08cd
8 changed files with 24 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ import { GlobalNav } from "#/ui/GlobalNav";
import { Lato } from "next/font/google";
import Byline from "#/ui/Byline";
import { LayoutProviders } from "#/ui/LayoutProviders";
import { Analytics } from "@vercel/analytics/react";
const lato = Lato({
weight: "400",
@@ -48,6 +49,7 @@ export default function RootLayout({
</div>
</div>
</LayoutProviders>
<Analytics />
</body>
</html>
);