Skip to content

Commit 470437c

Browse files
committed
feat: switch to cli-subdomain for counts
1 parent da0c3d5 commit 470437c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/getVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const getVersion = async () => {
1313
fetch("https://plausible.io/api/event", {
1414
method: "POST",
1515
headers: { "User-Agent": "Mozilla/5.0", "X-Forwarded-For": `2.175.${Math.floor(Math.random() * 255)}.${Math.floor(Math.random() * 255)}` },
16-
body: "{\"name\":\"cli\",\"url\":\"https://sidebase.io/sidebase/cli/healthz\",\"domain\":\"sidebase.io\"}"
16+
body: "{\"name\":\"cli\",\"url\":\"https://cli.sidebase.io/\",\"domain\":\"cli.sidebase.io\"}"
1717
})
1818
} catch (error) {
1919
// pass

0 commit comments

Comments
 (0)