Files
Nexior/netlify.toml
T

9 lines
169 B
TOML

[build]
command = "vite build --mode=development"
functions = "netlify/functions"
publish = "dist"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200