mirror of https://github.com/elk-zone/elk.git
11 lines
160 B
TOML
11 lines
160 B
TOML
|
[build]
|
||
|
publish = "dist"
|
||
|
command = "pnpm generate"
|
||
|
|
||
|
# Allow previewing docs
|
||
|
[[redirects]]
|
||
|
from = "/docs/*"
|
||
|
to = "/:splat"
|
||
|
status = 200
|
||
|
force = true
|