{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "redirects": [
    {
      "source": "/",
      "destination": "https://www.carrocomlucro.com.br",
      "permanent": true
    },
    {
      "source": "/:path*",
      "destination": "https://www.carrocomlucro.com.br/:path*",
      "permanent": true
    }
  ]
}