Skip to content

Commit 2db624c

Browse files
fix: url
1 parent 61e7b1c commit 2db624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/preview-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function PreviewCard({
1414
theme = "hair",
1515
}: PreviewCardProps) {
1616
const svgUrl = `/api/${username}?theme=${theme}`;
17-
const markdown = `![GitStyle](https://git-style.vercel.app/${svgUrl})`;
17+
const markdown = `![GitStyle](https://git-style.vercel.app${svgUrl})`;
1818

1919
const [copied, setCopied] = useState<boolean>(false);
2020

0 commit comments

Comments
 (0)