We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097cb5c commit 3652375Copy full SHA for 3652375
src/pages/blogs/index.tsx
@@ -196,7 +196,7 @@ const BlogCard = ({ blog, index }) => {
196
</div>
197
<span className="card-read-time">5 min read</span>
198
199
- <Link to={`/blogs/${blog.slug}`} className="card-read-more">
+ <Link to={`/blog/${blog.slug}`} className="card-read-more">
200
Read Article →
201
</Link>
202
0 commit comments