Skip to content

Commit c365e0a

Browse files
authored
Update vercel.json
1 parent 4813e24 commit c365e0a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

vercel.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
2+
"version": 1,
23
"builds": [
34
{
45
"src": "package.json",
5-
"use": "@vercel/node"
6+
"use": "@vercel/next"
67
}
78
],
8-
"buildCommand": "npm install --legacy-peer-deps && next build"
9+
"routes": [
10+
{
11+
"src": "/(.*)",
12+
"dest": "/$1"
13+
}
14+
]
915
}

0 commit comments

Comments
 (0)