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>
);
}