Even when setting ssr: false in the nuxt config, the production build results in a server application that must be ran. I want the app to be CSR only thus it would only need an HTML file and JS/CSS files to send to the client. If a server is needed at all, it's only needed to serve the assets to the client instead of doing any kind of processing.
#How do disable SSR entirely?
3 messages · Page 1 of 1 (latest)
Isn't that the interaction you just described?
I was hoping for the possibility to just deploy the static build to netlify or something, but this requires me to actually run a server somewhere