bugfixing redirecting page
This commit is contained in:
parent
e442fb10d5
commit
dc3d340ebf
@ -275,7 +275,8 @@
|
|||||||
{#each data?.getTutorialPost as item}
|
{#each data?.getTutorialPost as item}
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href={"/blog/article/" + convertToSlug(item?.title)}
|
href={"/learning-center/article/" +
|
||||||
|
convertToSlug(item?.title)}
|
||||||
class="sm:hover:underline sm:hover:underline-offset-4"
|
class="sm:hover:underline sm:hover:underline-offset-4"
|
||||||
title={`Visit ${item?.title} page`}>{item?.title}</a
|
title={`Visit ${item?.title} page`}>{item?.title}</a
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user