Skip to content

Commit

Permalink
add deploy redirect (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery committed Nov 7, 2023
1 parent e4287a8 commit 3049448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-deno/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ export default function configureRedirects(app: Hono) {
);
});

r("/deploy/manual/using-jsx", "/runtime/manual/advanced/jsx_dom/jsx");

app.get(
"/deploy/docs/runtime-api",
(c) => c.redirect("/deploy/api"),
Expand Down

0 comments on commit 3049448

Please sign in to comment.