fix more relative links

This commit is contained in:
Juni
2022-11-08 09:51:45 -05:00
parent ee2e80563e
commit 25f4c0568e
8 changed files with 17 additions and 17 deletions

View File

@@ -51,8 +51,8 @@ export default function Picker({ setCharacter }) {
}}
>
<img
src={`/img/${c.img}`}
srcSet={`/img/${c.img}`}
src={`./img/${c.img}`}
srcSet={`./img/${c.img}`}
alt={c.name}
loading="lazy"
/>