9da77637b2
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
11 lines
148 B
TOML
Executable file
11 lines
148 B
TOML
Executable file
[build]
|
|
publish = "dist"
|
|
command = "pnpm generate"
|
|
|
|
# Allow previewing docs
|
|
[[redirects]]
|
|
from = "/docs/*"
|
|
to = "/:splat"
|
|
status = 200
|
|
force = true
|