1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

add root redirect for references/

This commit is contained in:
Matthias Kretschmann 2018-11-29 23:04:33 +01:00
parent b23ce35ad5
commit ef1251ad2d
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -31,6 +31,10 @@ module.exports = {
{
from: '/tutorials/',
to: '/tutorials/introduction/'
},
{
from: '/references/',
to: '/references/introduction/'
}
]
}