📈 Add analytics

This commit is contained in:
Luke Vella 2024-09-30 18:21:13 +01:00
parent 302495d3b5
commit 5b96ad8778
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -9,6 +9,7 @@ import {
DropdownMenuSeparator,
DropdownMenuTrigger,
} from "@rallly/ui/dropdown-menu";
import { Analytics } from "@vercel/analytics/react";
import { ChevronRightIcon, MenuIcon } from "lucide-react";
import { Viewport } from "next";
import Image from "next/image";
@ -151,6 +152,7 @@ export default async function Root({
</footer>
</div>
</I18nProvider>
<Analytics />
</body>
</html>
);