How do disable SSR entirely?
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.3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
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
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View