Skip to content

Commit fc33a8d

Browse files
committed
linked resources
1 parent 27f05c6 commit fc33a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/resources.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const tags = [...new Set(flatTags.map(JSON.stringify))].map(JSON.parse);
4040
author={resource.author}
4141
tags={resource.tags}
4242
html={resource.content.html}
43-
url={resource.url}
43+
link={resource.link}
4444
extraClasses="resource"
4545
/>
4646
))}

0 commit comments

Comments
 (0)