fix(docs): Add redirect from old community page

This commit is contained in:
Ginger 2026-01-26 21:42:50 -05:00
parent 89afaa94ac
commit da8b60b4ce
No known key found for this signature in database

View file

@ -54,6 +54,9 @@ export default defineConfig({
}, {
from: '/server_reference',
to: '/reference/server'
}, {
from: '/community$',
to: '/community/guidelines'
}
]
})],