1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 14:06:48 +01:00
elk/docs/netlify.toml
2023-01-08 22:42:59 +01:00

11 lines
160 B
TOML
Executable file

[build]
publish = "dist"
command = "pnpm generate"
# Allow previewing docs
[[redirects]]
from = "/docs/*"
to = "/:splat"
status = 200
force = true