presentation/netlify.toml
2022-05-14 14:19:38 +07:00

11 lines
163 B
TOML

[build.environment]
NODE_VERSION = "14"
[build]
publish = "dist"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200