mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
fix(docs): pass baseURL from configure-pages to Hugo build
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>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
ed65f6765b
commit
14e9d54b4e
+1
-1
@@ -1,4 +1,4 @@
|
||||
baseURL = "https://gesellix.github.io/Bose-SoundTouch/"
|
||||
baseURL = "/"
|
||||
languageCode = "en-us"
|
||||
title = "AfterTouch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user