static generated pages's links are prefetching on server
Unanswered
Asian black bear posted this in #help-forum
Asian black bearOP
I have a blog page where it displays over 100 blog links and each of them are generated via getStaticPaths and getStaticProps.
I noticed that on production build, I am seeing requests such as
I noticed that on production build, I am seeing requests such as
/_next/data/lM-OhugIa-xouiTXAKftM/blog/1.json per rendered link only when prefetch is true for the links. However, I don't see them once I set prefetch to false. Is this expected?