There was an error while loading. Please reload this page.
1 parent ff73b9a commit 74a9329Copy full SHA for 74a9329
1 file changed
src/clientModules/speedInsights.tsx
@@ -1,5 +1,9 @@
1
import { injectSpeedInsights } from "@vercel/speed-insights"
2
3
if (typeof window !== "undefined") {
4
- injectSpeedInsights()
+ injectSpeedInsights({
5
+ scriptSrc:
6
+ "https://docs-omega-six.vercel.app/_vercel/speed-insights/script.js",
7
+ endpoint: "https://docs-omega-six.vercel.app/_vercel/speed-insights/vitals",
8
+ })
9
}
0 commit comments