Hello, I've been experimenting with Next.js for pages, but I understand that every visit to a site g

Hello, I've been experimenting with Next.js for pages, but I understand that every visit to a site generated with it will incur a cost in functions (requests) even if its SSG´d. Let's say they don't count as static assets since there is a function call before the page is served that I think that serves primarily to routing purposes. Which framework or page builder do you recommend to avoid this expenditure on requests for static content?

Thanks!!
Was this page helpful?