How can I replace the avatar with a user-defined image? #242
-
Hi, I'm trying to change out some of avatars used in the testimonial with images I have in /public/professor.jpg. But I get this error: "Failed to parse URL from /professor.jpg". Am I allowed to use my own path or is it restricted to web-based sources? |
Beta Was this translation helpful? Give feedback.
Answered by
mearashadowfax
Oct 22, 2024
Replies: 1 comment
-
You definitely can! If the image is in the public directory, you can use the normal |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ahsouri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You definitely can! If the image is in the public directory, you can use the normal
<img>
tag instead of theImage
component. Or check this discussion as well: #201