Files
website-old/config/Redirect.ts
2020-12-21 12:05:03 +01:00

15 lines
245 B
TypeScript

export default [
{
from: '^/twitter',
to: 'https://twitter.com/ArthurDanj'
},
{
from: '^/github',
to: 'https://github.com/ArthurDanjou'
},
{
from: '^/source',
to: 'https://github.com/ArthurDanjou/artsite'
}
]