Add SEO modules

This commit is contained in:
2020-12-21 12:05:03 +01:00
parent 1971edf96a
commit 29a3621cf0
11 changed files with 115 additions and 11 deletions

14
config/Redirect.ts Normal file
View File

@@ -0,0 +1,14 @@
export default [
{
from: '^/twitter',
to: 'https://twitter.com/ArthurDanj'
},
{
from: '^/github',
to: 'https://github.com/ArthurDanjou'
},
{
from: '^/source',
to: 'https://github.com/ArthurDanjou/artsite'
}
]