mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-20 13:34:30 +01:00
chore: remove prefetch flag
This commit is contained in:
parent
1c86a6d453
commit
ae7ee3bc23
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ export const Link = ({
|
|||
|
||||
const linkProps = {
|
||||
href: `${basePath}${to}`,
|
||||
...(basePath !== '' ? { prefetch: false } : {}),
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Reference in a new issue