We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdedb49 commit cf5e3e1Copy full SHA for cf5e3e1
1 file changed
www/routes/docs/index.tsx
@@ -1,6 +1,6 @@
1
import { define } from "../../utils/state.ts";
2
3
-export const hander = define.handlers({
+export const handler = define.handlers({
4
GET(ctx) {
5
return ctx.url.pathname === "/concepts/architechture"
6
? ctx.redirect("/docs/concepts/architecture")
0 commit comments