Update redirects (#414)

Update redirects. Tested as working in home-assistant/companion.home-assistant#185
This commit is contained in:
Tom Brien 2020-02-19 21:13:45 +00:00 committed by GitHub
parent cae68ee9ea
commit 9a1990cbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,7 @@
command = "yarn build"
[[redirects]]
from = "/docs/en/*.html"
to = "/docs/:splat"
from = "/docs/en/*"
to = "/docs/:splat"
status = 301
force = true