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