profile / netlify.toml
n0w0f's picture
Replace FastAPI with React portfolio
c990683
raw
history blame contribute delete
163 Bytes
[build]
command = "npm run build"
publish = "build"
[build.environment]
NODE_VERSION = "18"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200