mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
9 lines
No EOL
162 B
TOML
9 lines
No EOL
162 B
TOML
[build]
|
|
environment = { PHP_VERSION = "7.2" }
|
|
publish = "/dist"
|
|
command = "./build.sh"
|
|
|
|
[[redirects]]
|
|
from = "/docs/master/*"
|
|
to = "/docs/2.x/:splat"
|
|
status = 302 |