Skip to content

Static example doesn't work with overriden output dir #1151

Open
@luixo

Description

@luixo

Hello,
I cloned static-files example, after that did (from the root):

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:

It resulted in 404 in deployments and single "static" file in Resources tab.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions