Skip to content

Commit 510968c

Browse files
committed
update URL
1 parent 50dbc98 commit 510968c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 RunMode = @import("../app.zig").RunMode;
1010
const log = std.log.scoped(.telemetry);
1111

1212
const DATA_VERSION = 1;
13-
const URL = "https://1df7a24e33.endpoints.dev";
13+
const URL = "https://lightpanda.io/browser-stats";
1414

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

0 commit comments

Comments
 (0)