mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-26 05:24:09 +01:00
* Cleanup subpath handling * Move webUI serve setup logic to WebInterfaceManager * Fix webUI subpath injection Dynamic subpath support on the client requires using relative paths for everything. Without a <base> tag this only works when opening the client on the root path. Any subpath will result in a blank page because the used url to request e.g., an asset will be invalid and cause an error (type mismatch, since the index.html will be returned for any unmatch route).