diff --git a/rspress.config.ts b/rspress.config.ts index 24cc0ded..d36bcd5d 100644 --- a/rspress.config.ts +++ b/rspress.config.ts @@ -54,6 +54,9 @@ export default defineConfig({ }, { from: '/server_reference', to: '/reference/server' + }, { + from: '/community$', + to: '/community/guidelines' } ] })],