feat: 博客在站内打开

This commit is contained in:
2025-12-24 13:42:56 +08:00
parent f64b9bb469
commit abaa16a0f9

View File

@@ -57,7 +57,6 @@ export default async function Blog() {
<a
className="hover:underline focus:outline-none focus:ring-2 focus:ring-zinc-400 rounded"
href={getBlogDetailUrl(blog.id)}
target="_blank"
rel="noopener noreferrer"
>
{blog.title}