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(website): fix image paths in React preview for subpath deployments
Images like /images/sap-logo-svg.svg resolve against the domain root,
which breaks when deployed under a subpath (e.g. /webcomponents/nightly/).
Now prefixes /images/ paths with the Docusaurus baseUrl before transpilation.
0 commit comments