Skip to content
Commit 9a183a5b authored by Cafeína Dev's avatar Cafeína Dev
Browse files

fix(assets): paths relativos (sem leading /) para GH Pages base path



GH Pages serve em /design-system-*/ mas <img src='/foo'> resolve para
host root (//<user>.github.io/foo) ignorando o base. Trocar src absoluto
por relativo (src='foo') faz a URL resolver corretamente em dev e prod.

Co-Authored-By: default avatarClaude Opus 4.7 (1M context) <noreply@anthropic.com>
parent 0ac0fcc8
Pipeline #29327 failed with stages
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment