fledged out analytics, self gather, remove vercel speed insights

This commit is contained in:
2026-01-06 01:34:55 -05:00
parent b118a62f83
commit ea556b3677
13 changed files with 867 additions and 114 deletions

View File

@@ -1,5 +1,4 @@
// @refresh reload
import { injectSpeedInsights } from "@vercel/speed-insights";
import { mount, StartClient } from "@solidjs/start/client";
// Handle chunk loading failures from stale cache
@@ -26,5 +25,4 @@ window.addEventListener("unhandledrejection", (event) => {
}
});
injectSpeedInsights();
mount(() => <StartClient />, document.getElementById("app")!);