i don't think that you understand how pages works, when you do next build and next export, you write
i don't think that you understand how pages works, when you do next build and next export, you write content to kv and save it there
fs/output-folder -> /output-folder contents are deployed globally (KV)/functions folder -> built into a Worker -> ditto, deployed/posts page that fetches them all & renders themnext start and ISR/SSR work out of the boxnext build can call getStaticProps during build, and I've got those queries in Functions right now, works fine in dev env using http://localhost:8788next in my life (or any JS framework really) so someone else might have a solution to that problem_worker.jsfs/output-folder/output-folder/functions/postsnext start