diff --git a/rspress.config.ts b/rspress.config.ts index ecb71c93..df73fbe0 100644 --- a/rspress.config.ts +++ b/rspress.config.ts @@ -57,7 +57,7 @@ export default defineConfig({ from: '/community$', to: '/community/guidelines' }, { - from: "/turn", + from: "^/turn", to: "/calls/turn", } ]