update telemetry URL (but not vendored dependency this time)

This commit is contained in:
Karl Seguin
2025-03-06 23:27:54 +08:00
parent 288761632f
commit a6a8130234

View File

@@ -9,7 +9,7 @@ const telemetry = @import("telemetry.zig");
const RunMode = @import("../app.zig").RunMode;
const log = std.log.scoped(.telemetry);
const URL = "https://lightpanda.io/browser-stats";
const URL = "https://telemetry.lightpanda.io";
pub const LightPanda = struct {
uri: std.Uri,