master redirect

This commit is contained in:
Samuel Štancl 2019-09-21 16:47:27 +02:00
parent 1af3c51a0c
commit 8d31288d70
77 changed files with 7 additions and 23395 deletions

View file

@ -1,4 +1,8 @@
[build]
environment = { PHP_VERSION = "7.2" }
publish = "/dist"
command = "./build.sh"
command = "./build.sh"
[[redirects]]
from = "/docs/master/*"
to = "/docs/2.x/:splat"