Skip to content

Commit 7804b0b

Browse files
committed
[ 🔧 | Fix ] vercel.json 수정
1 parent 118f7d1 commit 7804b0b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

vercel.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"rewrites": [
3-
{"source": "/(.*)", "destination": "/"}
2+
"buildCommand": "npm run build",
3+
"outputDirectory": "dist",
4+
"rewrites": [
5+
{"source": "/(.*)", "destination": "/index.html"}
46
]
57
}

0 commit comments

Comments
 (0)