Files
suwayomi-material-you-webui/index.html
schroda 5f7b18cf9a Statically set the base tag
Injecting the base tag via a script causes assets to be requested once from an invalid url and then again from the correct one after the base tag got injected.

Setting it statically won't cause any problems with the servers subpath injection, because the browser will just use the first base tag in case there are multiple.

fixes #1096
2026-05-02 17:24:40 +02:00

2.8 KiB