{
  "version": 2,
  "routes": [
    {
      "src": "/post.*",
      "headers": { "Cache-Control": "max-age=600" }
    },
    { "handle": "filesystem" },
    { "src": "/c/.*", "status": 404, "dest": "/c/index.html" }
  ]
}