fix: Remove Blog qualifier from portfolio

This commit is contained in:
Francesco
2025-05-21 10:26:47 +02:00
parent c482b6b254
commit 36eb2fa937

View File

@@ -29,7 +29,7 @@ export async function generateMetadata({ params }: BlogPostPageProps): Promise<M
}
return {
title: `${post.title} | TECHTONIC FAULT Blog`,
title: `${post.title} | TECHTONIC FAULT`,
description: post.description,
}
}