fix images

This commit is contained in:
Henry Hiles 2023-04-24 10:55:39 -04:00
parent 25a0f0ab40
commit be32f581af
3 changed files with 5 additions and 5 deletions

View file

@ -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>