feat: remove the path attribute requirement from comments
This commit is contained in:
parent
5adf3bc560
commit
4ab42f9543
4 changed files with 7 additions and 20 deletions
|
@ -62,7 +62,7 @@ const cover = customFeaturedImage || matchedImage_src?.src || firstImageURL || `
|
|||
<ReplyViaEmail title={entry.data.title} email={authorInfo.email} />
|
||||
<br>
|
||||
<a href="/blog">← Back to posts</a>
|
||||
{!noscript && <h2>Comments</h2> <Comments path={`blog/${slug}`} />}
|
||||
{!noscript && <h2>Comments</h2> <Comments />}
|
||||
{!noscript &&
|
||||
<script>
|
||||
import "katex/dist/contrib/copy-tex.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue