Migrate to limax for slugify (CKJ languages bug)
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
---
|
||||
import BlogListItem from "~/components/widgets/BlogListItem.astro";
|
||||
|
||||
const { page } = Astro.props;
|
||||
const { posts } = Astro.props;
|
||||
---
|
||||
|
||||
<ul>
|
||||
{
|
||||
page.data.map((post) => (
|
||||
posts.map((post) => (
|
||||
<li class="mb-10 md:mb-16">
|
||||
<BlogListItem post={post} />
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user