Hacker News new | ask | show | jobs
by prophesi 643 days ago
It seems like anything you can configure with next.js applies here. And TIL'd there isn't a way to globally disable prefetching[0] with it. You can disable it per individual link, or write & use a custom link component.

[0] https://github.com/vercel/next.js/discussions/24437