top | item 22726684

(no title)

danielstocks | 6 years 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.

discuss

order

Can_Not|6 years ago

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

jamil7|6 years ago

Understood, I didn't catch that part.