fix: oops

This commit is contained in:
Jade Ellis 2026-02-11 19:58:27 +00:00
parent 6eba6a838e
commit 091893f8bc
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -57,7 +57,7 @@ export default defineConfig({
from: '/community$', from: '/community$',
to: '/community/guidelines' to: '/community/guidelines'
}, { }, {
from: "/turn", from: "^/turn",
to: "/calls/turn", to: "/calls/turn",
} }
] ]