After nuxt.js is deployed to the server, the files are modified and then overwritten, but the content of the website is still deployed for the first time.

after nuxt.js is deployed to the server, the file is modified and then overwritten, but the content of the site is still deployed for the first time.
how can the server render the latest page every time you upload a file?
Crab!


is the service not restarted


you need to rerun the npm run build command before rendering again

Menu