zephyr-frontend/netlify.toml
2023-12-04 18:06:19 +01:00

12 lines
152 B
TOML
Executable File

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