diff --git a/src/components/CustomLink.astro b/src/components/CustomLink.astro index 0bbd124..22fe8fe 100644 --- a/src/components/CustomLink.astro +++ b/src/components/CustomLink.astro @@ -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