mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
The hextra/hero-button and hextra/feature-card shortcodes call Hugo's relURL on any link starting with '/'. relURL prepends the baseURL sub-path — but the deployed site was producing /docs/... instead of /Bose-SoundTouch/docs/..., meaning relURL was seeing a baseURL with no sub-path (likely just the domain). Rather than depend on relURL working correctly at build time, remove the leading slash from all four internal links. Bare paths are emitted verbatim by the shortcode and are resolved by the browser relative to the page's own URL (/Bose-SoundTouch/ on GitHub Pages, / on local dev) — correct in both environments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>