Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit edcff14

Browse files
committed
add vercel.json
1 parent 22e1835 commit edcff14

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"version": 2,
3+
"builds": [
4+
{
5+
"use": "@vercel/next@canary",
6+
"src": "package.json"
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)