mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
9 lines
318 B
TypeScript
9 lines
318 B
TypeScript
export default [
|
|
{ from: '/source', to: 'https://github.com/arthurdanjou/artsite' },
|
|
{ from: '/twitter', to: 'https://twitter.com/arthurdanj' },
|
|
{ from: '/github', to: 'https://github.com/arthurdanjou/' },
|
|
{ from: '/shelf', to: '/blog' },
|
|
{ from: '/posts', to: '/blog' },
|
|
{ from: '/resume', to: '/cv' },
|
|
]
|