hello! Im trying to get my react static spa running with custom domain. I use vite for the build and it outputs all needed files including index.html to /app/out directory. This directory is specified as publish directory. The problem is that i end up with files being in the same directory like https://mydomainname dot com/app/out/index.html and i need the contents of that publish dir to be in root folder, so i can just go to https://mydomainname.com snd just see the working app. Please help, i dont know what to do
Ps my netlify domain name is https://vividtime.netlify.app/ and custom domain is https://vividtime.app