mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge pull request #479 from oceanprotocol/issue473
fix bug by adding redirect
This commit is contained in:
commit
598eb0055e
@ -40,6 +40,10 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
from: '/tutorials/connect-to-networks/',
|
from: '/tutorials/connect-to-networks/',
|
||||||
to: '/concepts/connect-to-networks/'
|
to: '/concepts/connect-to-networks/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
from: '/setup/compute-to-data/',
|
||||||
|
to: '/tutorials/compute-to-data/'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user