ALAMDIENG's picture
style: restructure static files to frontend folder for clean architecture and vercel deployment
b99a780
Raw
History Blame Contribute Delete
148 Bytes
{
"cleanUrls": true,
"rewrites": [
{ "source": "/api/(.*)", "destination": "https://alamdieng-waste-prediction-api.hf.space/api/$1" }
]
}