#How do disable SSR entirely?

3 messages · Page 1 of 1 (latest)

wise thistle
#

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.

upper anvil
#

Isn't that the interaction you just described?

wise thistle