Files
ai-course/vercel.json

13 lines
225 B
JSON
Raw Normal View History

{
"buildCommand": "npm run build",
"outputDirectory": "build",
"devCommand": "npm start",
"framework": "create-react-app",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}