Nuxt Hybrid Rendering: Balancing SSG and SSR for Cost Optimization
When optimizing a low-traffic workload in Nuxt 3, the goal is to minimize runtime costs by maximizing Static Site Generation (SSG) while retaining Server-Side Rendering (SSR) only for essential dynamic routes. Using the Nitro engine, it is possible to define route rules in nuxt.config.ts to mix rendering modes. However, there is uncertainty regarding the beh