SasikaA073's picture
Prepare for Hugging Face Deployment
bc443ab
raw
history blame contribute delete
202 Bytes
const nextConfig = {
async rewrites() {
return [
{
source: '/api/:path*',
destination: 'http://127.0.0.1:5001/api/:path*',
},
]
},
};
export default nextConfig;