From 3365eda7775f94b2da75cde801cf9a50b6d2ce12 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Wed, 18 Sep 2024 10:17:16 +0800 Subject: [PATCH] web: add Cloudflare redirects --- apps/website/static/_redirects | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 apps/website/static/_redirects diff --git a/apps/website/static/_redirects b/apps/website/static/_redirects new file mode 100644 index 00000000..7c972d3e --- /dev/null +++ b/apps/website/static/_redirects @@ -0,0 +1,37 @@ +/behavioral-questions /behavioral-interview-questions/ +/behavioral-questions/ /behavioral-interview-questions/ +/cheatsheet /coding-interview-cheatsheet/ +/cheatsheet/ /coding-interview-cheatsheet/ +/coding-interview-best-practices /coding-interview-cheatsheet/ +/coding-interview-best-practices/ /coding-interview-cheatsheet/ +/study-and-practice /coding-interview-study-plan/ +/study-and-practice/ /coding-interview-study-plan/ +/coding-signals /coding-interview-rubrics/ +/coding-signals/ /coding-interview-rubrics/ +/coding-interview /coding-interview-prep/ +/coding-interview/ /coding-interview-prep/ +/introduction /software-engineering-interview-guide/ +/introduction/ /software-engineering-interview-guide/ +/psychological-tricks /software-engineering-interview-guide/ +/psychological-tricks/ /software-engineering-interview-guide/ +/picking-a-language /programming-languages-for-coding-interviews/ +/picking-a-language/ /programming-languages-for-coding-interviews/ +/questions-to-ask /final-questions/ +/questions-to-ask/ /final-questions/ +/resume/:blah* /resume/ +/resume-checklist /resume/ +/resume-checklist/ /resume/ +/star-format /behavioral-interview/ +/star-format/ /behavioral-interview/ +/interview-formats /software-engineering-interview-guide/ +/interview-formats/ /software-engineering-interview-guide/ +/coding-round-overview /coding-interview-prep/ +/coding-round-overview/ /coding-interview-prep/ +/behavioral-round-overview /behavioral-interview/ +/behavioral-round-overview/ /behavioral-interview/ +/during-coding-interview /coding-interview-cheatsheet/ +/during-coding-interview/ /coding-interview-cheatsheet/ +/algorithms/introduction /algorithms/study-cheatsheet/ +/algorithms/introduction/ /algorithms/study-cheatsheet/ +/algorithms/algorithms-introduction /algorithms/study-cheatsheet/ +/algorithms/algorithms-introduction/ /algorithms/study-cheatsheet/