#hosting

1 messages · Page 1 of 1 (latest)

sour tangle
#

Confused with netlify + Nuxt. How can you tell if its SSR or serving statically? Is it SSR by default?

red beacon
#

Hi, the rule of thumb is: the command nuxt build is ssr/not static. And nuxt generate is static.

sour tangle
#

I see, I will fight a bit longer with netlify, I expected them to prefer static projects to ssr