We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d36985 commit f65219dCopy full SHA for f65219d
npm-packages/docs/src/plugins/pagelogger.js
@@ -8,7 +8,7 @@ export default (function () {
8
9
const currUrl = new URL(location);
10
const params = currUrl.searchParams;
11
- const cookieValue = params.get("c");
+ const cookieValue = params.get("t");
12
if (cookieValue) {
13
const isDev = currUrl.hostname.includes("localhost");
14
const domain = isDev ? currUrl.hostname : "convex.dev";
0 commit comments