Can't build my react app in netlify after adding the neflify.toml file

netlify site url:

https://frosty-spence-f63eff.netlify.app/

image

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 ?)

The possible reason: