Skip to content

Commit 409251a

Browse files
committed
Fix link in libraries
1 parent 4c120c6 commit 409251a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const libraries = await getCollection("libraries");
5151
<li>
5252
<Link
5353
variant="secondary"
54-
href={`/${e.id}`}
54+
href={e.data.url}
5555
class="col align-center justify-center h-full text-normal"
5656
>
5757
<p class="text-center mb-none">{e.data.id}</p>

0 commit comments

Comments
 (0)