Skip to content

Commit

Permalink
disable prefetching
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo authored Oct 11, 2023
1 parent 329164f commit 97b0900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/base/AppLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const AppLink = ({ href, children, ...props }: AppLinkProps) => {
href={href}
{...props}
rel={props.target === "_blank" ? "noreferrer" : undefined}
prefech={false}
>
{children}
</Link>
Expand Down

0 comments on commit 97b0900

Please sign in to comment.