{
  "rewrites": [
    {
      "source": "/(.*)",
      "destination": "/api/$1"
    }
  ],

  "functions": {
    "api/*": {
      "memory": 128
    }
  }
}
