We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dbc98 commit 510968cCopy full SHA for 510968c
src/telemetry/lightpanda.zig
@@ -10,7 +10,7 @@ const RunMode = @import("../app.zig").RunMode;
10
const log = std.log.scoped(.telemetry);
11
12
const DATA_VERSION = 1;
13
-const URL = "https://1df7a24e33.endpoints.dev";
+const URL = "https://lightpanda.io/browser-stats";
14
15
pub const LightPanda = struct {
16
uri: std.Uri,
0 commit comments