We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fd666 commit ddd08a7Copy full SHA for ddd08a7
src/components/Work/Project.astro
@@ -15,6 +15,7 @@ const { id, title, description, anchorLabel, githubLink, imageSrc, website } =
15
Astro.props;
16
---
17
18
+<!-- TODO: optimize image loaging -->
19
<article
20
id={id}
21
class:list={[imageSrc]}
0 commit comments