ai-news-api / vercel.json
vinitsingare's picture
changed vercel.json
5e31890
Raw
History Blame Contribute Delete
167 Bytes
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}