Pagespeed hates this one trick!
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m33s

This commit is contained in:
2025-06-12 23:58:06 -06:00
parent 28f41ac94d
commit 2a79d0da67
8 changed files with 100 additions and 77 deletions

View File

@@ -91,8 +91,8 @@ export interface PersonalInfo {
profileImage: {
src: ImageMetadata;
alt: string;
width: number;
height: number;
width?: number;
height?: number;
};
tagline: string;
description?: string;