mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 09:50:03 +01:00
chore: remove prefetch flag
This commit is contained in:
parent
1c86a6d453
commit
ae7ee3bc23
@ -79,7 +79,6 @@ export const Link = ({
|
||||
|
||||
const linkProps = {
|
||||
href: `${basePath}${to}`,
|
||||
...(basePath !== '' ? { prefetch: false } : {}),
|
||||
};
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user