Issue with Redirects and Jekyll

cc @perry i think our docs may be slightly misleading on this. netlify dev does not copy the _redirects file for you, because thats something your build tool does and we run your devserver, not your build tool, during netlify dev. so we actually have to point people to the static folder in the [dev] block in netlify.toml where _redirects is contained.

1 Like