Skip to content

Commit

Permalink
Revert "Don't prefetch about/api pages"
Browse files Browse the repository at this point in the history
This reverts commit 9110bb0.
  • Loading branch information
oBusk committed Nov 8, 2022
1 parent a54b717 commit 2882fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/NavLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const NavLink: FunctionComponent<LinkProps> = ({
}, [asPath, href]);

return (
<NextLink href={href} prefetch={false}>
<NextLink href={href}>
<Link
opacity={isActive ? 0.4 : undefined}
transition="all 0.2s"
Expand Down

0 comments on commit 2882fc2

Please sign in to comment.