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 62a32b4 commit a3dae9bCopy full SHA for a3dae9b
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