I have a manual deploy, It’s executed to Gitlab CI and works without problems, but the site link https://energy-flex.netlify.app appears: “Page Not Found (Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site)”, and the link published deploy https://5eadcd1ce0d61418413ed635–energy-flex.netlify.app/ works perfectly!
I have netlify.toml file in the project:
[build]
publish = “build”
[[redirects]]
from = “/*”
to = “/index.html”
status = 200
What is the problem is going on?