After build Link component prefetch={false} dont work in version 14.2.5,How to stop prefetch anyway
Unanswered
Channel catfish posted this in #help-forum
Channel catfishOP
<Link href={/posts/${post.title}} key={post.id} prefetch={false}>
<div className="bg-white rounded-lg shadow-md p-4 mb-6 flex">
<div className="flex-grow">
<h2 className="text-xl font-bold text-gray-800">{post.title}</h2>
<p className="text-gray-600 mt-2">
Here’s why Microsoft considers React a mistake for Edge.
</p>
</div>
</div>
</Link>