Skip to content

Commit dcf0933

Browse files
committed
vercel json added
1 parent 5532d96 commit dcf0933

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

vercel.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"version": 2,
3+
"builds": [
4+
{
5+
"src": "package.json",
6+
"use": "@vercel/static-build",
7+
"config": {
8+
"distDir": "dist"
9+
}
10+
}
11+
],
12+
"build": {
13+
"env": {
14+
"NPM_FLAGS": "--legacy-peer-deps"
15+
}
16+
},
17+
"scripts": {
18+
"build": "npx nuxi generate"
19+
},
20+
"routes": [
21+
{ "src": "/(.*)", "dest": "/$1" }
22+
]
23+
}

0 commit comments

Comments
 (0)