1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

fix bug by adding redirect

This commit is contained in:
trentmc 2020-12-15 11:06:15 +01:00
parent 91f59dd86e
commit cfb4e54d42

View File

@ -40,6 +40,10 @@ module.exports = {
{
from: '/tutorials/connect-to-networks/',
to: '/concepts/connect-to-networks/'
},
{
from: '/setup/compute-to-data/',
to: '/tutorials/compute-to-data/'
}
]
}