chore: enable prefetch

This commit is contained in:
iCrawl
2023-11-13 11:07:47 +01:00
parent 978a39f6d3
commit 356cadb382
8 changed files with 8 additions and 26 deletions

View File

@@ -73,7 +73,6 @@ export function TSDoc({ item, tsdoc }: { readonly item: ApiItem; readonly tsdoc:
className="rounded font-mono text-blurple outline-none focus:ring focus:ring-width-2 focus:ring-blurple"
href={urlDestination as Route}
key={idx}
prefetch={false}
>
{linkText ?? urlDestination}
</Link>