fix: oops

This commit is contained in:
Jade Ellis
2026-02-11 19:58:27 +00:00
parent 6eba6a838e
commit 091893f8bc
+1 -1
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",
} }
] ]