mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
module.exports = [
|
|
// example redirect:
|
|
// {
|
|
// source: '/vault/docs/some/path',
|
|
// destination: '/vault/docs/some/other/path',
|
|
// permanent: true,
|
|
// },
|
|
]
|