From 091893f8bcf4af40beef028db263edc9e1c9ee5a Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 11 Feb 2026 19:58:27 +0000 Subject: [PATCH] fix: oops --- rspress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", } ]