mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
23 lines
430 B
TOML
23 lines
430 B
TOML
[build]
|
|
environment = { PHP_VERSION = "7.4" }
|
|
publish = "/build_production"
|
|
command = "npm run production"
|
|
|
|
[context.deploy-preview]
|
|
publish = "/build_staging"
|
|
command = "npm run staging"
|
|
|
|
[[redirects]]
|
|
from = "/docs/master/*"
|
|
to = "/docs/v3/:splat"
|
|
status = 302
|
|
|
|
[[redirects]]
|
|
from = "/bee.js"
|
|
to = "https://cdn.splitbee.io/sb.js"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/_hive/*"
|
|
to = "https://hive.splitbee.io/:splat"
|
|
status = 200
|