Skip to content

Commit

Permalink
Switch Vercel Analytics to use next instead of react
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Jan 18, 2025
1 parent ec36eb9 commit d02d463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/blog/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Footer from "@/components/Footer";
import { Header } from "@/components/Header";
import { BASE_URL, SITE_DESCRIPTION, SITE_NAME } from "@/config";
import { GoogleAnalytics } from "@next/third-parties/google";
import { Analytics as VercelAnalytics } from "@vercel/analytics/react";
import { Analytics as VercelAnalytics } from "@vercel/analytics/next";
import { SpeedInsights } from "@vercel/speed-insights/next";
import classNames from "classnames";
import type { Metadata } from "next";
Expand Down

0 comments on commit d02d463

Please sign in to comment.