### Specs Other ### Errors Fix DPV logo at the top-left corner is broken if the path in the URL is more than one level: - https://w3c.github.io/dpv/dpv - Logo OK - https://w3c.github.io/dpv/dpv/ - Logo breaks <img width="612" height="146" alt="Image" src="https://github.com/user-attachments/assets/9f03a1b9-4a4d-4479-b311-998b06cb9912" /> <img width="602" height="160" alt="Image" src="https://github.com/user-attachments/assets/e8da9bd2-ec70-4335-be34-68940ab11b8b" /> This is because the image uses relative path `diagrams/logo.png`, have to fix that. Maybe use the absolute path.