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 da0c3d5 commit 470437cCopy full SHA for 470437c
1 file changed
src/utils/getVersion.ts
@@ -13,7 +13,7 @@ export const getVersion = async () => {
13
fetch("https://plausible.io/api/event", {
14
method: "POST",
15
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\"}"
+ body: "{\"name\":\"cli\",\"url\":\"https://cli.sidebase.io/\",\"domain\":\"cli.sidebase.io\"}"
17
})
18
} catch (error) {
19
// pass
0 commit comments