I'm receiving the following error:
Error: net::ERR_NAME_NOT_RESOLVED at http://build/index.html
My publish directory is set to build in the Build settings. I have no idea why the path is being prepended with http://. At first I thought maybe checkPaths must be expecting URL values but after experimenting with that it just appends whatever values I supply to http://build/. Is there something I'm doing wrong to trigger this behavior?
With the following
netlify.toml
file:I'm receiving the following error:
Error: net::ERR_NAME_NOT_RESOLVED at http://build/index.html
My publish directory is set to
build
in the Build settings. I have no idea why the path is being prepended withhttp://
. At first I thought maybecheckPaths
must be expecting URL values but after experimenting with that it just appends whatever values I supply tohttp://build/
. Is there something I'm doing wrong to trigger this behavior?