0

I'm in the process of creating a Nuxt application with the CLI. It asks me about the Rendering Mode and the Deployment Target. I wonder if it makes sense to select Universal (SSR/SSG) for the rendering mode and Static/JAMStack hosting together. Do I need to select Server (Node.js hosting) when I choose Universal rendering mode? Thanks!

Tom
  • 1,358
  • 2
  • 14
  • 36

1 Answers1

1

I wondered this same thing, I found this article that would seem to indicate that you can use SSR mode with Static target.

A_L
  • 1,116
  • 2
  • 11
  • 25