15 lines
213 B
TOML
15 lines
213 B
TOML
|
[build]
|
||
|
publish = "dist"
|
||
|
command = "npm install && npm run build"
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/api/*"
|
||
|
to = "/.netlify/functions/:splat"
|
||
|
status = 200
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/*"
|
||
|
to = "/404"
|
||
|
status = 404
|
||
|
|