Prevent blog opening in new tab

This commit is contained in:
Krem 2025-10-26 20:26:28 +01:00
parent 54e9fac1e2
commit 5ba25f8543
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const projects = [
<a
href={project.url}
class="project-link"
target="_blank"
target=""
rel="noopener noreferrer"
style={`--project-color: ${project.color}`}
>