9 lines
No EOL
130 B
TOML
9 lines
No EOL
130 B
TOML
[build]
|
|
command = "yarn build"
|
|
publish = "/dist"
|
|
base = "/"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200 |