Skip to content

Commit

Permalink
feat: prefetch="intent"
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Jun 14, 2024
1 parent 87affed commit 9005d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs-v2/app/ui/layout/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function NavLink({
return (
<Link
to={href}
prefetch="intent"
aria-current={active ? "page" : undefined}
className={clsx(
"flex justify-between gap-2 py-1 pr-3 text-sm transition",
Expand Down

0 comments on commit 9005d2d

Please sign in to comment.