From ef1251ad2d01df80dcff20a0fccb01e4db566ca0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 29 Nov 2018 23:04:33 +0100 Subject: [PATCH] add root redirect for references/ --- config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.js b/config.js index 61d93973..80b31007 100644 --- a/config.js +++ b/config.js @@ -31,6 +31,10 @@ module.exports = { { from: '/tutorials/', to: '/tutorials/introduction/' + }, + { + from: '/references/', + to: '/references/introduction/' } ] }