React-Portfolio/netlify.toml

8 lines
118 B
TOML

[build]
command = "yarn build"
publish = "build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200