{
  "rewrites": [
    { "source": "/dashboard", "destination": "/index.html" },
    { "source": "/dashboard/**", "destination": "/index.html" }
  ],
  "redirects": [
    { "source": "/favicon.ico", "destination": "/logo.svg", "type": 302 }
  ]
}
