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