speed insights and analytics

This commit is contained in:
2025-08-19 08:56:53 -05:00
parent f49a5ec9bf
commit 41a463c81a
3 changed files with 172 additions and 11344 deletions
+4
View File
@@ -4,6 +4,8 @@ import "./globals.css";
import Header from '@/components/Header';
import Footer from '@/components/Footer';
import {defaultMetadata} from '@/components/Metadata';
import { Analytics } from "@vercel/analytics/next"
import { SpeedInsights } from "@vercel/speed-insights/next"
export const metadata = defaultMetadata;
@@ -35,6 +37,8 @@ export default function RootLayout({
<Footer/>
</div>
</body>
<Analytics/>
<SpeedInsights/>
</html>
);
}
+165 -11343
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -10,6 +10,8 @@
},
"dependencies": {
"@supabase/supabase-js": "^2.55.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"autoprefixer": "^10.4.21",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
@@ -31,4 +33,4 @@
"typescript": "^5",
"wrangler": "^4.31.0"
}
}
}