Skip to content

Commit

Permalink
Update CustomLink.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
Shehryar718 committed Mar 8, 2024
1 parent 24e86c7 commit 7103e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CustomLink.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
const { href, ...rest } = Astro.props;
const isExternal = href.startsWith("http://") || href.startsWith("https://");
const base = "vector-ai";
const base = "";
const getPrefixedHref = (href: string) => {
// check if already prefixed
Expand Down

0 comments on commit 7103e4b

Please sign in to comment.