tenancy-docs/netlify.toml
Samuel Štancl f8f354c323 3.x redesign
2020-06-08 21:20:15 +02:00

13 lines
263 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