Nuxt.js - can I use Universal Rendering Mode and Static/JAMStack hosting together

550 views Asked by At

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!

1

There are 1 answers

0
A_L On

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