Skip to content

Commit 03f4f15

Browse files
authored
fix: Vercel 빌드 설정 추가 (#72)
1 parent 2377a46 commit 03f4f15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"buildCommand": "npm run build",
3+
"outputDirectory": "dist",
4+
"installCommand": "npm install",
5+
"framework": "vite",
26
"rewrites": [
37
{
48
"source": "/(.*)",

0 commit comments

Comments
 (0)