Новые изменения
This commit is contained in:
parent
6f727aae7b
commit
b5b31f8a88
9 changed files with 600 additions and 166 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
import ArticleLayout from '@layouts/ArticleLayout.astro';
|
||||
import { SITE_URL } from '@constants';
|
||||
import Comments from '@components/blog/comments/Comments';
|
||||
import Comments from '@components/blog/comments/Comments.astro';
|
||||
import RelatedPosts from '@components/blog/RelatedPosts.astro';
|
||||
import ArticleTableOfContents from '@components/blog/ArticleTableOfContents.astro';
|
||||
import { getPostBySlug, getPosts, getPostImageUrl, getPostVotesStats } from '@lib/pb';
|
||||
|
|
@ -82,7 +82,7 @@ const heroImage = getPostImageUrl(post);
|
|||
|
||||
<!-- Система комментариев -->
|
||||
<div class="comments-wrapper">
|
||||
<Comments client:only="solid-js" postSlug={post.slug} />
|
||||
<Comments postSlug={post.slug} />
|
||||
</div>
|
||||
|
||||
<!-- Похожие статьи -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue