Skip to content

Commit e7d776d

Browse files
committed
fix profile image path
1 parent a01cdd8 commit e7d776d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/content/pages/en/about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
---
33
import { Image } from "astro:assets";
4-
import aboutMeImage from "../../../assets/imgs/about_me.jpeg";
4+
import aboutMeImage from "../../../assets/imgs/about-me.jpeg";
55

66
<h2>Engineer. Learner. Problem Solver. <span class="opacity-20">Leader.</span></h2>
77

src/content/pages/es/acerca-de.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
---
33
import { Image } from "astro:assets";
4-
import aboutMeImage from "../../../assets/imgs/about_me.jpeg";
4+
import aboutMeImage from "../../../assets/imgs/about-me.jpeg";
55

66
<h2>Engineer. Learner. Problem Solver. <span class="opacity-20">Leader.</span></h2>
77

0 commit comments

Comments
 (0)