open-vault/website/redirects.js

9 lines
174 B
JavaScript
Raw Normal View History

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,
// },
]