Good morning, I have a problem with my web application developed on the frontend in Vue3 and jointly compiled on the backend with .net 8.0. When I publish and upload the files to the VPS server it identifies it correctly but I am getting a 404 error when trying to read the .js and .css assets files. What should I do?I have this configuration on ngix default:enter image description here
And when i run it i don't have errorsenter image description here
I have this errorsenter image description here
I try a lot of changes, but i can´t solve it