That looks like Next.js' default prefetching behaviour when using the Next.js Link component. You ca

That looks like Next.js' default prefetching behaviour when using the Next.js Link component. You can pass prefetch={false} I think it is to disable this behaviour.
Was this page helpful?