netlify site url:
P.S: netlify.toml file content is :
[build]
command = "npm run build"
publish="/build"
base = ""
netlify site url:
P.S: netlify.toml file content is :
[build]
command = "npm run build"
publish="/build"
base = ""
Could you post the full build log?
after deleting all lignes in netlify.toml file, the site build successfully without errors but the website screen is white (blanc page). (is it redirects rule problem ?)