Build NextJS as a Static Site and serve it in monolithic backend (node Express or NestJS) – Reactjs
I have a simple project built in: Node v16.14 Express Nextjs v13.2 I want to serve the output generated from Nextjs Static HTML Export in NestJS with Serve Static or in Express. The output from my Nextjs build doesn't include…