{
  "framework": null,
  "installCommand": "gem install bundler:2.4.22",
  "buildCommand": "bundle install && bundle exec jekyll build",
  "outputDirectory": "_site",
  "rewrites": [
    { "source": "/api/(.*)", "destination": "/api/$1" }
  ],
  "headers": [
    {
      "source": "/api/(.*)",
      "headers": [
        { "key": "Cache-Control", "value": "no-store" }
      ]
    }
  ]
}
