1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-06 21:28:47 +00:00

fix(knowledge-base): fix link to sub-pages

This commit is contained in:
Denis Ergin 2024-10-18 11:55:18 +02:00
parent 8b2bbc4b56
commit 79ffaab47f

View file

@ -26,7 +26,7 @@ const dhbwModules = await getCollection('dhbw', (module) => module.data.show);
</p>
<HorizontalSlider>
{dhbwModules.map((module) => (
<Card to={`${module.data.staticPath}${module.slug}`} class="module-card">
<Card to={`/${module.data.staticPath}${module.slug}`} class="module-card">
<span class="card-title">{module.data.title}</span>
<Icon name="arrow" class="arrow" />
</Card>