design
This commit is contained in:
@@ -44,7 +44,7 @@ export const BlogPostClient: React.FC<BlogPostClientProps> = ({ readingTime, tit
|
||||
}, 100);
|
||||
|
||||
setTimeout(() => {
|
||||
router.push('/?from=post');
|
||||
router.push('/blog?from=post');
|
||||
}, 500);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user