I’ve hit a wall trying to deploy my site. First time ever that I’ve had issues deploying on Netlify which just accounts to how great this service is. For the life of me I can’t understand what I am doing incorrectly. The build is passing locally. I have even deleted the node_modules and reinstalled and it works.
I thought it might be the netlify.toml file:
[build]
publish = "_site"
command = "build"
Deleting this didn’t change anything. I’ve set environment variables for node version and also the node_env. I’ve been going around in circles and would really appreciate any guidance of how to solve this. Even if it’s just a way to show more debuggng messages.