Sample / netlify.toml
SuriRaja's picture
Deploy static build to Hugging Face
b54da4e
raw
history blame contribute delete
162 Bytes
[build]
command = "npm run build"
publish = "out"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[build.environment]
NODE_VERSION = "18"