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 afb8cba commit a3f0618Copy full SHA for a3f0618
src/components/CopyPageButton.tsx
@@ -63,8 +63,7 @@ export default function CopyPageButton() {
63
const indexMdUrl = new URL("index.md", window.location.href).toString();
64
const prompt = `Read this page from the Cloudflare docs: ${encodeURIComponent(indexMdUrl)} and answer questions about the content.`;
65
track("clicked copy page button", {
66
- value: "docs ai",
67
- label: vendor,
+ value: `${vendor} ai`,
68
});
69
window.open(`${externalAIURL}${prompt}`, "_blank");
70
};
0 commit comments