elk/docs/netlify.toml

11 lines
148 B
TOML
Raw Permalink Normal View History

2023-01-09 00:42:59 +03:00
[build]
publish = "dist"
command = "pnpm generate"
2023-01-09 00:42:59 +03:00
# Allow previewing docs
[[redirects]]
from = "/docs/*"
to = "/:splat"
status = 200
force = true