{
  "rewrites": [
    {
      "source": "v2/**",
      "destination": "v2/index.html"
    }
  ],
  "headers": [
    {
      "source": "v2/**",
      "headers": [
        {
          "key": "Cache-Control",
          "value": "no-cache, no-store, must-revalidate"
        }
      ]
    },
    {
      "source": "**/*.@(jpg|jpeg|gif|png|svg|woff|woff2|js|js.map)",
      "headers": [
        {
          "key": "Cache-Control",
          "value": "public, max-age=31536000, immutable"
        }
      ]
    }
  ]
}
