This commit is contained in:
2026-01-29 19:06:45 +01:00
parent 2b56f317f7
commit 1cc583c976
7 changed files with 675 additions and 176 deletions

View File

@@ -44,7 +44,7 @@ export const BlogPostClient: React.FC<BlogPostClientProps> = ({ readingTime, tit
}, 100);
setTimeout(() => {
router.push('/?from=post');
router.push('/blog?from=post');
}, 500);
};