fix links on tag pages to avoid redirects
This commit is contained in:
@@ -40,7 +40,7 @@ posts.sort(
|
||||
{
|
||||
posts.map((post) => (
|
||||
<li>
|
||||
<a href={`/posts/${post.id}`}>{post.data.title}</a> -
|
||||
<a href={`/blog/${post.id}`}>{post.data.title}</a> -
|
||||
<span>
|
||||
{format(
|
||||
add(new Date(post.data.pubDate), { hours: 6 }),
|
||||
|
||||
Reference in New Issue
Block a user