Skip to content

Commit cf5e3e1

Browse files
committed
fix
1 parent bdedb49 commit cf5e3e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/routes/docs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { define } from "../../utils/state.ts";
22

3-
export const hander = define.handlers({
3+
export const handler = define.handlers({
44
GET(ctx) {
55
return ctx.url.pathname === "/concepts/architechture"
66
? ctx.redirect("/docs/concepts/architecture")

0 commit comments

Comments
 (0)