2021-01-15 20:29:22 +00:00
|
|
|
module.exports = [
|
2022-10-18 19:18:22 +00:00
|
|
|
// example redirect:
|
|
|
|
// {
|
|
|
|
// source: '/vault/docs/some/path',
|
|
|
|
// destination: '/vault/docs/some/other/path',
|
|
|
|
// permanent: true,
|
|
|
|
// },
|
2023-01-31 18:17:18 +00:00
|
|
|
{
|
|
|
|
source: '/vault/docs/plugins/plugin-portal',
|
|
|
|
destination: '/vault/integrations',
|
|
|
|
permanent: true,
|
|
|
|
}
|
2021-01-15 20:29:22 +00:00
|
|
|
]
|