mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
7 lines
189 B
TypeScript
7 lines
189 B
TypeScript
export default [
|
|
{ from: '/source', to: 'https://github.com/arthurdanjou/ares' },
|
|
{ from: '/shelf', to: '/blog' },
|
|
{ from: '/posts', to: '/blog' },
|
|
{ from: '/resume', to: '/cv' }
|
|
]
|