#When prerendering why are there still network requests?
1 messages · Page 1 of 1 (latest)
because prerendering is not client-side only rendering. A prerender still runs the page like in ssr to render the html.
I am not looking to have client side rendering. I am looking to have static generated pages. I've tried this as well with same result. @primal creek
I'm wondering the same thing. What does static mean in routeRules if useFetch still runs? I'm trying to decrease api calls.