fix(docs): Add redirect from old community page
This commit is contained in:
parent
89afaa94ac
commit
da8b60b4ce
1 changed files with 3 additions and 0 deletions
|
|
@ -54,6 +54,9 @@ export default defineConfig({
|
|||
}, {
|
||||
from: '/server_reference',
|
||||
to: '/reference/server'
|
||||
}, {
|
||||
from: '/community$',
|
||||
to: '/community/guidelines'
|
||||
}
|
||||
]
|
||||
})],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue