mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
fix: don't prefetch as links enter viewport
This commit is contained in:
@@ -29,7 +29,7 @@ export default function FourOhFourPage() {
|
||||
<Box className={classes.label}>404</Box>
|
||||
<Title align="center">Not found.</Title>
|
||||
<Group position="center">
|
||||
<Link href="/docs/packages" passHref>
|
||||
<Link href="/docs/packages" passHref prefetch={false}>
|
||||
<Button component="a" variant="filled" size="md" mt="xl">
|
||||
Take me back
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user