Deploying a NextJS Application as a Static Site on Github Pages
Let us start with the problem. I have a simple Next JS Application. I want it deployed as a static site. The deployment platform should be free for life and it should support CICD. Okay, now let me show you how to use Github pages to check all these boxes.
