mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-07 00:58:47 +00:00
fix(knowledge-base): fix link to sub-pages
This commit is contained in:
parent
8b2bbc4b56
commit
79ffaab47f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const dhbwModules = await getCollection('dhbw', (module) => module.data.show);
|
||||||
</p>
|
</p>
|
||||||
<HorizontalSlider>
|
<HorizontalSlider>
|
||||||
{dhbwModules.map((module) => (
|
{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>
|
<span class="card-title">{module.data.title}</span>
|
||||||
<Icon name="arrow" class="arrow" />
|
<Icon name="arrow" class="arrow" />
|
||||||
</Card>
|
</Card>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue