You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
170 lines
4.2 KiB
170 lines
4.2 KiB
{
|
|
"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/"
|
|
}
|
|
]
|
|
}
|