Skip to content

Commit

Permalink
Add missing /tech_faq -> /faq redirect (risc0#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub authored Nov 3, 2023
1 parent d8a8d90 commit f265059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default async function createConfigAsync() {
}
return undefined;
},
redirects: [{ from: "/tech_faq", to: "/faq" }],
},
],
],
Expand Down

0 comments on commit f265059

Please sign in to comment.