Implementierung - SEO - 01.08.2025

This commit is contained in:
2025-08-01 20:33:47 +02:00
parent f176743885
commit e69e68242c
32 changed files with 12822 additions and 192 deletions
+4 -4
View File
@@ -39,10 +39,10 @@ function sendToAnalytics(metric: Metric) {
}
}));
// Also send to your analytics endpoint if needed
if (navigator.sendBeacon) {
navigator.sendBeacon('/api/analytics', body);
}
// Comment out analytics endpoint for now - not implemented
// if (navigator.sendBeacon) {
// navigator.sendBeacon('/api/analytics', body);
// }
}
export function reportWebVitals() {