mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-29 11:20:34 +01:00
Add SEO modules
This commit is contained in:
14
config/Redirect.ts
Normal file
14
config/Redirect.ts
Normal 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'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user