• vercel.json
  • {
      "functions": {
        "api/*.js": {
          "memory": 1024,
          "maxDuration": 10
        }
      },
      "redirects": [
        {
          "source": "/",
          "destination": "https://github.com/anuraghazra/github-readme-stats"
        }
      ]
    }