mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
misc: add trailing slash
This commit is contained in:
@ -7,6 +7,10 @@
|
||||
"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*"
|
||||
|
Reference in New Issue
Block a user