Hello, I cloned [static-files](https://github.com/vercel/examples/tree/main/build-output-api/static-files) example, after that did (from the root): ```sh ls -a # Results in `. .. .vercel README.md` mkdir test mv .vercel test ls -a # Results in `. .. README.md` ls -a test # Results in `. .. .vercel` ``` Then I commited that to a repo and created a new project with given framework settings: <img width="300" src="https://github.com/user-attachments/assets/6e1ec425-c207-44f7-b467-7535c7431324" /> It resulted in 404 in deployments and single "static" file in `Resources` tab. <img width="300" src="https://github.com/user-attachments/assets/848d8088-7a3c-4192-9912-5e7e7c832512" /> Without the inner dir hassle it works fine. I guess it's something with Build Output API, but I couldn't find their repository to complain to.