presentation/netlify.toml

12 lines
163 B
TOML
Raw Normal View History

2022-05-14 09:19:38 +02:00
[build.environment]
NODE_VERSION = "14"
[build]
publish = "dist"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200