Optimized images and fixed tooltips
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m43s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m43s
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { ImageMetadata } from "astro";
|
||||
import type { ComponentType } from "preact";
|
||||
|
||||
// Icon Types
|
||||
@@ -88,7 +89,7 @@ export interface ResumeConfig {
|
||||
export interface PersonalInfo {
|
||||
name: string;
|
||||
profileImage: {
|
||||
src: string;
|
||||
src: ImageMetadata;
|
||||
alt: string;
|
||||
width: number;
|
||||
height: number;
|
||||
@@ -118,4 +119,4 @@ export interface SiteConfig {
|
||||
url: string;
|
||||
author: string;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user