Skip to content

Commit

Permalink
prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
eatski committed Aug 28, 2024
1 parent a8cc377 commit 57fc524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/poc/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function PoC() {
<h1>PoC</h1>
<p>Proof of concept.</p>
{[1, 2, 3].map((i) => (
<Link key={i} href={`/poc/${i}`}>
<Link prefetch key={i} href={`/poc/${i}`}>
{i}
</Link>
))}
Expand Down

0 comments on commit 57fc524

Please sign in to comment.