disabling ssr using static export
I came to realize that I didn’t quite require most SSR features that nextjs provided, and would be more cost effective for me to host my app through a cdn, and I was delighted to find researching on how to switch to traditional SPAs without ssrs, that nextjs supported static exports that did this.