mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
actions/configure-pages v5+ exports HUGO_BASEURL automatically, which overrides hugo.toml. By adding id: pages to the step and passing --baseURL explicitly, we get the correct sub-path (https://gesellix.github.io/Bose-SoundTouch/) on GitHub Pages while local dev (docker-compose.docs.yml already passes --baseURL /) continues to work unchanged. Also change hugo.toml baseURL to '/' as the neutral local default. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>