website: fix redirect
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
8a1dd521e1
commit
eda260dddd
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/docs/integrations/*"
|
from = "/docs/integrations/*"
|
||||||
to = "/integrations/:split"
|
to = "/integrations/:splat"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/*"
|
from = "/*"
|
||||||
|
|
Reference in New Issue