mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-02-03 18:45:04 +08:00
20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"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*"
|
|
}
|
|
]
|
|
}
|