mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 23:16:52 +00:00
post-url
This commit is contained in:
@@ -11,7 +11,7 @@ export const BlogItem = props => {
|
|||||||
|
|
||||||
<h2 className="mb-2">
|
<h2 className="mb-2">
|
||||||
<Link
|
<Link
|
||||||
href={`${post.slug}`}
|
href={`${BLOG.SUB_PATH}/${post.slug}`}
|
||||||
className="blog-item-title font-bold text-black text-2xl no-underline hover:underline">
|
className="blog-item-title font-bold text-black text-2xl no-underline hover:underline">
|
||||||
{post.title}
|
{post.title}
|
||||||
</Link>
|
</Link>
|
||||||
@@ -42,7 +42,7 @@ export const BlogItem = props => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='block'>
|
<div className='block'>
|
||||||
<Link href={`${post.slug}`} className='inline-block rounded-sm text-blue-600 text-xs dark:border-gray-800 border hover:text-red-400 transition-all duration-200 hover:border-red-300 h-9 leading-8 px-5'>
|
<Link href={`${BLOG.SUB_PATH}/${post.slug}`} className='inline-block rounded-sm text-blue-600 text-xs dark:border-gray-800 border hover:text-red-400 transition-all duration-200 hover:border-red-300 h-9 leading-8 px-5'>
|
||||||
Continue Reading <i className="fa-solid fa-angle-right align-middle"></i>
|
Continue Reading <i className="fa-solid fa-angle-right align-middle"></i>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user