diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..53d5e2b --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "buildCommand": "yarn build", + "outputDirectory": "build", + "installCommand": "yarn install" +} \ No newline at end of file