diff --git a/src/components/WebVitals.tsx b/src/components/WebVitals.tsx index 1ea7791..75a4b6f 100644 --- a/src/components/WebVitals.tsx +++ b/src/components/WebVitals.tsx @@ -14,4 +14,6 @@ export function WebVitals() { fetch(url, { body, method: "POST", keepalive: true }); } }); + + return <>; }