Issues with base build directory during deploys

Hey @dimxasnewfrozen,
That is definitely unintended and looks like a bug to me! I will get that filed internally. In the meantime, you can try one of these two options:

  1. In your build dashboard here Netlify App, click “Edit settings” and add / to the Publish directory.

    It will look strange, like this:

    But it should get your deploys working.

  2. The other option is to add a netlify.toml file in your repository’s root directory that looks like this:

    # netlify.toml
    [build]
       base = "demo/"
       publish = "/"   
    

Let us know if that helps and we will definitely update this thread as we learn more about that bug!