Next.js 13: Struggling with Static Generation of Nested Dynamic Routes
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-11
next.js static-generation dynamic-routes
I'm using Next.js 13 and trying to implement static generation for a set of nested dynamic routes. The routes are structured like `/posts/[id]/comments/[comment...