Skip to content

Commit f87fc5b

Browse files
committed
Revert "update telemetry URL"
This reverts commit 88850bc.
1 parent 88850bc commit f87fc5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/telemetry/lightpanda.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const builtin = @import("builtin");
1010
const build_info = @import("build_info");
1111

1212
const log = std.log.scoped(.telemetry);
13-
const URL = "https://telemetry.lightpanda.io";
13+
const URL = "https://lightpanda.io/browser-stats";
1414

1515
pub const LightPanda = struct {
1616
uri: std.Uri,

0 commit comments

Comments
 (0)