Skip to content

Commit d252757

Browse files
committed
vercel routes conflict fix
1 parent c7bfb5d commit d252757

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

vercel.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
"routes": [
3-
{
4-
"src": "/posts/(.*)",
5-
"dest": "/posts/$1"
6-
}
7-
],
82
"rewrites": [
9-
{
10-
"source": "/(.*)",
11-
"destination": "/"
12-
}
3+
{
4+
"source": "/posts/(.*)",
5+
"destination": "/posts/$1"
6+
},
7+
{
8+
"source": "/(.*)",
9+
"destination": "/"
10+
}
1311
]
14-
}
12+
}
13+

0 commit comments

Comments
 (0)