diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..634e23e2 --- /dev/null +++ b/vercel.json @@ -0,0 +1,12 @@ +{ + "buildCommand": "npm run build", + "outputDirectory": "build", + "devCommand": "npm start", + "framework": "create-react-app", + "rewrites": [ + { + "source": "/(.*)", + "destination": "/index.html" + } + ] +}