feat(site): prefetch all links

This commit is contained in:
Darius Cepulis
2025-10-30 08:34:47 -05:00
parent bd6ef02282
commit bd9fd38aa4
5 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ const { url: href } = resolveDocsLinkUrl({
});
---
<A href={href} data-astro-prefetch>
<A href={href}>
<slot />
</A>