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!
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
Previous: Mysql query sentence optimization, I would like to ask this statement can be further optimized?
Next: Why do I remove the subclass and change the length of the arr I got before?