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