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 4c120c6 commit 409251aCopy full SHA for 409251a
src/pages/index.astro
@@ -51,7 +51,7 @@ const libraries = await getCollection("libraries");
51
<li>
52
<Link
53
variant="secondary"
54
- href={`/${e.id}`}
+ href={e.data.url}
55
class="col align-center justify-center h-full text-normal"
56
>
57
<p class="text-center mb-none">{e.data.id}</p>
0 commit comments