mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/netlify.toml

15 lines
292 B

[build]
command = "npm run docsite build"
publish = "docsite-build"
[[redirects]]
from = "/"
to = "https://docs.openzeppelin.com/"
status = 301
force = true
[[redirects]]
from = "/v2.3.0/*"
to = "https://docs.openzeppelin.com/contracts/2.x/:splat"
status = 301
force = true