In this video we talk about how to generate static pages in a NextJS website even if the pages are dynamic.
We use a technique called SSG. We can do it on both pages, router and app router.
Blog article:
https://www.mdfaisal.com/blog/how-to-...
Pages router docs:
https://nextjs.org/docs/pages/buildin...
App router docs:
https://nextjs.org/docs/app/api-refer...