Update blog metrics; add vercel imsights

This commit is contained in:
2026-03-31 14:03:41 -07:00
parent 99e4e65d92
commit adc1f21204
14 changed files with 514 additions and 95 deletions

View File

@@ -77,7 +77,7 @@ export const BlogPostList = ({ posts }: BlogPostListProps) => {
className="text-xs md:text-base text-aqua hover:text-aqua-bright transition-colors duration-200"
onClick={(e) => {
e.preventDefault();
window.location.href = `/blog/tag/${tag}`;
window.location.href = `/blog/tags/${encodeURIComponent(tag)}`;
}}
>
#{tag}