mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-24 02:22:39 +08:00
misc: change rewrite approach
This commit is contained in:
@@ -4,12 +4,12 @@
|
|||||||
},
|
},
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{
|
{
|
||||||
"source": "/grind75/:asset*",
|
"source": "/grind75",
|
||||||
"destination": "https://www.grind75.com/:asset*"
|
"destination": "https://grind75.vercel.app/grind75"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/_next/:asset*",
|
"source": "/grind75/:asset*",
|
||||||
"destination": "https://www.grind75.com/_next/:asset*"
|
"destination": "https://grind75.vercel.app/grind75/:asset*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user