diff --git a/src/clientModules/speedInsights.tsx b/src/clientModules/speedInsights.tsx index 30de32856..7696fb5b5 100644 --- a/src/clientModules/speedInsights.tsx +++ b/src/clientModules/speedInsights.tsx @@ -1,5 +1,9 @@ import { injectSpeedInsights } from "@vercel/speed-insights" if (typeof window !== "undefined") { - injectSpeedInsights() + injectSpeedInsights({ + scriptSrc: + "https://docs-omega-six.vercel.app/_vercel/speed-insights/script.js", + endpoint: "https://docs-omega-six.vercel.app/_vercel/speed-insights/vitals", + }) }