mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
add redirects
This commit is contained in:
parent
36c21d4157
commit
1e82a85e12
12
config.js
12
config.js
@ -28,6 +28,18 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
from: '/references/',
|
from: '/references/',
|
||||||
to: '/references/introduction/'
|
to: '/references/introduction/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
from: '/concepts/wallets/',
|
||||||
|
to: '/tutorials/wallets/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
from: '/tutorials/get-ether-and-ocean-tokens/',
|
||||||
|
to: '/concepts/get-ether-and-ocean-tokens/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
from: '/tutorials/connect-to-networks/',
|
||||||
|
to: '/concepts/connect-to-networks/'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user