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.
2 parents 62a32b4 + a3dae9b commit 6877337Copy full SHA for 6877337
src/app/docs/[[...slug]]/page.client.tsx
@@ -70,7 +70,7 @@ const optionVariants = cva(
70
);
71
72
export function ViewOptions(props: { markdownUrl: string; githubUrl: string }) {
73
- const markdownUrl = new URL(props.markdownUrl, "https://devfolio-docs.vercel.app");
+ const markdownUrl = new URL(props.markdownUrl, "https://guide.devfolio.co");
74
const q = `Read ${markdownUrl}, I want to ask questions about it.`;
75
76
const claude = `https://claude.ai/new?${new URLSearchParams({
0 commit comments