mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
The Flutter web bundle was built with the default base href of "/" but is served under "/web/", so index.html loaded while every asset reference resolved to the site root and 404'd, leaving a blank page. Build the bundle with --base-href=/web/ so asset URLs match the mount point. Also correct the root guidance text (the API explorer is at /api/docs, not /api) and add an /api -> /api/docs redirect for convenience. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>