chore: remove prefetch flag

This commit is contained in:
AP 2020-04-15 15:35:37 +02:00
parent 1c86a6d453
commit ae7ee3bc23

View File

@ -79,7 +79,6 @@ export const Link = ({
const linkProps = {
href: `${basePath}${to}`,
...(basePath !== '' ? { prefetch: false } : {}),
};
return (