mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
chore: enable prefetch
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user