Skip to content

Commit d11f198

Browse files
authored
Merge pull request #33 from jsuraj/dev
Fixed image path
2 parents 8c9fc7a + c989f21 commit d11f198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/site-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const siteConfig: SiteConfig = {
4343
description:
4444
"Home page for Suraj Jagtap, a software engineer works on React, LLM, GenAI.",
4545
image: {
46-
src: "/images/hello-world/profile.webp",
46+
src: "/images/profile.webp",
4747
alt: "Suraj Jagtap",
4848
},
4949
headerNavLinks: [
@@ -69,7 +69,7 @@ const siteConfig: SiteConfig = {
6969
"- Mobile apps in React Native and Flutter",
7070
],
7171
image: {
72-
src: "/images/hello-world/profile.webp",
72+
src: "/images/profile.webp",
7373
alt: "Suraj Jagtap",
7474
},
7575
actions: [],

0 commit comments

Comments
 (0)