Update vercel.json and package.json file

This commit is contained in:
2023-07-03 17:18:51 +07:00
parent 21a8ed8edf
commit f26b0a713f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"buildCommand": "yarn build",
"outputDirectory": "build",
"outputDirectory": "dist",
"installCommand": "yarn install"
}