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