File size: 576 Bytes
666aab6 5d62489 11b240f 666aab6 11b240f 666aab6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"buildCommand": "npm run build",
"outputDirectory": ".next",
"framework": "nextjs",
"rewrites": [
{
"source": "/api/v1/:path*",
"destination": "https://pyae1994-autonomous-coding-system.hf.space/api/v1/:path*"
},
{
"source": "/ws/:path*",
"destination": "https://pyae1994-autonomous-coding-system.hf.space/ws/:path*"
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "X-Powered-By", "value": "Pyae Sone" },
{ "key": "X-Frame-Options", "value": "SAMEORIGIN" }
]
}
]
}
|