Fix images on pages
This commit is contained in:
parent
4474ceba7f
commit
831efa2f2d
4 changed files with 6 additions and 6 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