You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs): add GITHUB_REPOSITORY fallback to build-docs.js
build-docs.js was defaulting to localhost:4321 when SITE_URL wasn't
set, bypassing the GITHUB_REPOSITORY fallback in site-url.js. This
caused CSS paths to be missing the /BMAD-METHOD/ base path on fork
deployments.
Now both files have the same URL resolution logic:
SITE_URL -> GITHUB_REPOSITORY -> localhost:4321
0 commit comments