File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { AppSidebar } from "@/components/app-sidebar";
88import { SiteHeader } from "@/components/site-header" ;
99import { SidebarProvider , SidebarInset } from "@/components/ui/sidebar" ;
1010import { Toaster } from "@/components/ui/sonner" ;
11+ import { SiteAnalytics } from "@/components/analytics" ;
1112
1213const nunito = Nunito ( {
1314 subsets : [ "latin" ] ,
@@ -83,6 +84,7 @@ export default async function DashboardLayout({
8384 ) }
8485 < Toaster />
8586 </ ThemeProvider >
87+ < SiteAnalytics />
8688 </ body >
8789 </ html >
8890 ) ;
Original file line number Diff line number Diff line change 6464 "@supabase/ssr" : " ^0.9.0" ,
6565 "@supabase/supabase-js" : " ^2.98.0" ,
6666 "@uidotdev/usehooks" : " ^2.4.1" ,
67+ "@vercel/analytics" : " ^1.5.0" ,
68+ "@vercel/speed-insights" : " ^1.2.0" ,
6769 "algoliasearch" : " ^5.49.1" ,
6870 "class-variance-authority" : " ^0.7.1" ,
6971 "clsx" : " ^2.1.1" ,
You can’t perform that action at this time.
0 commit comments