- Update `index.html` and `dashboard/index.html` to feature the new Rocket Accounting Dashboard link.
- Update `fly.toml` to set `primary_region` to `sin` (Singapore).
- Verified `Dockerfile` and `render.yaml` include monitoring command (`--monitor 0`).
This commit copies `dashboard/index.html` to `index.html` (root) and `docs/index.html` to ensure that the GitHub Pages site loads correctly regardless of the source configuration (Root, Docs, or Custom Workflow). It also adds `.nojekyll` to prevent Jekyll processing issues.