Prerender RouteRules clarification
If I prender my api endpoint then build, and then start my dev server again, will it reference from the
I basically don't want or need to make any new requests during a development session because I'm fetching a bunch of data at once, and it will lead to a 429.
.output directory or make a new request from the source API?I basically don't want or need to make any new requests during a development session because I'm fetching a bunch of data at once, and it will lead to a 429.