nuxt icon indicating copy to clipboard operation
nuxt copied to clipboard

feat: downgrade SSR to SPA, when node server crashes

Open falstack opened this issue 5 years ago • 3 comments

What problem does this feature solve?

when Node server is crashed, Nginx will send error page to client, i want custom the error page and use index.spa.html, how should i do?

What does the proposed changes look like?

when Node server crashed, Nginx send Project/.nuxt/dist/server/index.spa.html to client

This feature request is available on Nuxt community (#c8206)

falstack avatar Nov 26 '18 08:11 falstack