fix images
This commit is contained in:
parent
25a0f0ab40
commit
be32f581af
3 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ import Divider from "./Divider.astro"
|
|||
projects.map((project, index) => (
|
||||
<a href={`/projects/${index}`}>
|
||||
<img
|
||||
src={`images/${project.thumbImage}`}
|
||||
src={`/images/${project.thumbImage}`}
|
||||
alt={project.name}
|
||||
/>
|
||||
<h3 class={styles.projectName}>{project.name}</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue