You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a Gatsby project that uses SSR in some pages for better SEO.
According to the docs:
"Server-Side Rendering requires a running NodeJS server. You can put NodeJS running gatsby serve behind a content delivery network (CDN) like Fastly*, however that also requires additional infrastructure (like monitoring, logging, and crash-recovery)."*
I created a dockerfile for my app in order to deploy it to my server.
But, I have read in many websites that you should't use gatsby serve in production.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have created a Gatsby project that uses SSR in some pages for better SEO.
According to the docs:
"Server-Side Rendering requires a running NodeJS server. You can put NodeJS running gatsby serve behind a content delivery network (CDN) like Fastly*, however that also requires additional infrastructure (like monitoring, logging, and crash-recovery)."*
I created a dockerfile for my app in order to deploy it to my server.
But, I have read in many websites that you should't use gatsby serve in production.
Does anyone use gatsby serve for production?
Beta Was this translation helpful? Give feedback.
All reactions