{
"functions": {
"api/*.js": {
"maxDuration": 10
}
},
"rewrites": [
{ "source": "/install", "destination": "/api/install" },
{ "source": "/uninstall", "destination": "/api/uninstall" },
{ "source": "/test", "destination": "/api/test" }
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
}
]
}
]
}