diff --git a/src/assets/images/profile.jpg b/src/assets/images/profile.jpg deleted file mode 100644 index 8a7f992..0000000 Binary files a/src/assets/images/profile.jpg and /dev/null differ diff --git a/src/assets/images/profile.webp b/src/assets/images/profile.webp new file mode 100644 index 0000000..7c8cf8f Binary files /dev/null and b/src/assets/images/profile.webp differ diff --git a/src/components/Intro.astro b/src/components/Intro.astro index 7f5e750..c0763b9 100644 --- a/src/components/Intro.astro +++ b/src/components/Intro.astro @@ -1,6 +1,6 @@ --- import { Image } from "astro:assets"; -import profileImage from "@/assets/images/profile.jpg"; +import profileImage from "@/assets/images/profile.webp"; import socialEmail from "@/assets/images/social-email.svg"; import socialFacebook from "@/assets/images/social-facebook.svg"; import socialGithub from "@/assets/images/social-github.svg"; @@ -13,6 +13,7 @@ import SocialLink from "@/components/SocialLink.astro"; Dhemas Nurjaya