From 02826f04efe5016fc0b0b06b0863588a2df29049 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Wed, 18 Sep 2024 11:57:31 +0800 Subject: [PATCH] web: remove vercel.json --- apps/website/vercel.json | 169 --------------------------------------- 1 file changed, 169 deletions(-) delete mode 100644 apps/website/vercel.json diff --git a/apps/website/vercel.json b/apps/website/vercel.json deleted file mode 100644 index 16e2384f..00000000 --- a/apps/website/vercel.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "github": { - "silent": true - }, - "rewrites": [ - { - "source": "/grind75", - "destination": "https://grind75.vercel.app/grind75" - }, - { - "source": "/grind75/", - "destination": "https://grind75.vercel.app/grind75/" - }, - { - "source": "/grind75/:asset*", - "destination": "https://grind75.vercel.app/grind75/:asset*" - } - ], - "redirects": [ - { - "source": "/behavioral-questions", - "destination": "/behavioral-interview-questions/" - }, - { - "source": "/behavioral-questions/", - "destination": "/behavioral-interview-questions/" - }, - { - "source": "/cheatsheet", - "destination": "/coding-interview-cheatsheet/" - }, - { - "source": "/cheatsheet/", - "destination": "/coding-interview-cheatsheet/" - }, - { - "source": "/coding-interview-best-practices", - "destination": "/coding-interview-cheatsheet/" - }, - { - "source": "/coding-interview-best-practices/", - "destination": "/coding-interview-cheatsheet/" - }, - { - "source": "/study-and-practice", - "destination": "/coding-interview-study-plan/" - }, - { - "source": "/study-and-practice/", - "destination": "/coding-interview-study-plan/" - }, - { - "source": "/coding-signals", - "destination": "/coding-interview-rubrics/" - }, - { - "source": "/coding-signals/", - "destination": "/coding-interview-rubrics/" - }, - { - "source": "/coding-interview", - "destination": "/coding-interview-prep/" - }, - { - "source": "/coding-interview/", - "destination": "/coding-interview-prep/" - }, - { - "source": "/introduction", - "destination": "/software-engineering-interview-guide/" - }, - { - "source": "/introduction/", - "destination": "/software-engineering-interview-guide/" - }, - { - "source": "/psychological-tricks", - "destination": "/software-engineering-interview-guide/" - }, - { - "source": "/psychological-tricks/", - "destination": "/software-engineering-interview-guide/" - }, - { - "source": "/picking-a-language", - "destination": "/programming-languages-for-coding-interviews/" - }, - { - "source": "/picking-a-language/", - "destination": "/programming-languages-for-coding-interviews/" - }, - { - "source": "/questions-to-ask", - "destination": "/final-questions/" - }, - { - "source": "/questions-to-ask/", - "destination": "/final-questions/" - }, - { - "source": "/resume/:blah*", - "destination": "/resume/" - }, - { - "source": "/resume-checklist", - "destination": "/resume/" - }, - { - "source": "/resume-checklist/", - "destination": "/resume/" - }, - { - "source": "/star-format", - "destination": "/behavioral-interview/" - }, - { - "source": "/star-format/", - "destination": "/behavioral-interview/" - }, - { - "source": "/interview-formats", - "destination": "/software-engineering-interview-guide/" - }, - { - "source": "/interview-formats/", - "destination": "/software-engineering-interview-guide/" - }, - { - "source": "/coding-round-overview", - "destination": "/coding-interview-prep/" - }, - { - "source": "/coding-round-overview/", - "destination": "/coding-interview-prep/" - }, - { - "source": "/behavioral-round-overview", - "destination": "/behavioral-interview/" - }, - { - "source": "/behavioral-round-overview/", - "destination": "/behavioral-interview/" - }, - { - "source": "/during-coding-interview", - "destination": "/coding-interview-cheatsheet/" - }, - { - "source": "/during-coding-interview/", - "destination": "/coding-interview-cheatsheet/" - }, - { - "source": "/algorithms/introduction", - "destination": "/algorithms/study-cheatsheet/" - }, - { - "source": "/algorithms/introduction/", - "destination": "/algorithms/study-cheatsheet/" - }, - { - "source": "/algorithms/algorithms-introduction", - "destination": "/algorithms/study-cheatsheet/" - }, - { - "source": "/algorithms/algorithms-introduction/", - "destination": "/algorithms/study-cheatsheet/" - } - ] -}