mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-26 18:00:38 +01:00
Import nuxt 3 and edit to script setup
This commit is contained in:
6
settings/RedirectConfig.ts
Normal file
6
settings/RedirectConfig.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default [
|
||||
{ from: '/source', to: 'https://github.com/arthurdanjou/ares' },
|
||||
{ from: '/shelf', to: '/blog' },
|
||||
{ from: '/posts', to: '/blog' },
|
||||
{ from: '/resume', to: '/cv' }
|
||||
]
|
||||
Reference in New Issue
Block a user