mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
15 lines
245 B
TypeScript
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'
|
|
}
|
|
]
|