CoolFace
Apppublic

danielsanga/personalagent-integration

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
vercel.json25 linesDownload Raw Back to interface
1{2  "buildCommand": "npm run build",3  "outputDirectory": ".next",4  "framework": "nextjs",5  "headers": [6    {7      "source": "/(.*)",8      "headers": [9        {10          "key": "Content-Security-Policy",11          "value": "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://api.render.com"12        },13        {14          "key": "X-Frame-Options",15          "value": "DENY"16        },17        {18          "key": "X-Content-Type-Options",19          "value": "nosniff"20        }21      ]22    }23  ]24}25