Skip to content

Commit

Permalink
redirect page with trailing slash (denoland#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery authored Mar 8, 2024
1 parent e733b0b commit 3da1d55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src-deno/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,9 @@ export default function configureRedirects(app: Hono) {
"/deploy/api/rest/*",
"https://apidocs.deno.com",
);

r(
"/deploy/",
"/deploy/manual",
);
}

0 comments on commit 3da1d55

Please sign in to comment.