seminar-magang/netlify.toml
2023-07-12 10:09:43 +07:00

16 lines
274 B
TOML

[build.environment]
NODE_VERSION = "14"
[build]
publish = "dist"
command = "npx playwright install && npm run build"
[[redirects]]
from = "/.well-known/*"
to = "/.well-known/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200