mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
chore: enable prefetch
This commit is contained in:
@@ -39,7 +39,5 @@ export function ItemLink<Route extends string>(props: PropsWithChildren<ItemLink
|
||||
|
||||
const { itemURI, packageName: pkgName, ...linkProps } = props;
|
||||
|
||||
return (
|
||||
<Link {...linkProps} prefetch={false} href={`/docs/packages/${pkgName ?? packageName}/${version}/${itemURI}`} />
|
||||
);
|
||||
return <Link {...linkProps} href={`/docs/packages/${pkgName ?? packageName}/${version}/${itemURI}`} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user