Hacker News new | ask | show | jobs
by danielstocks 2270 days ago
It can be, but I’m not running a server in production: I’m using the static site generation feature in Next (comparable to Jekyll or Gatsby). It takes an input (Markdown in my case) and spits out a bunch of HTML files that are later deployed on a CDN. No server-side runtime required.
2 comments

If you're not running the SSR server in production, then wouldn't that just be a static website and not SSR at all?
Understood, I didn't catch that part.