Skip to content

Commit 6a34cb8

Browse files
committed
fix: Update event prefix from "docs_" to "blogs_" in analytics tracking
1 parent da24fc6 commit 6a34cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vitepress/theme/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function inHouseAnalytics(event: string, eventRef: Dict) {
2323

2424
// Skip tracking on localhost unless in debug mode
2525
const isLocalhost = window.location.hostname === "localhost";
26-
event = "docs_"+event
26+
event = "blogs_"+event
2727
const cId = localStorage.getItem("cId");
2828
let email = localStorage.getItem("email");
2929

0 commit comments

Comments
 (0)