Skip to content
Discussion options

You must be logged in to vote

Assuming your project structure is like this:

pages/
  ...
public/
  static/
    uploads/
      profile-avatars/
        placeholder.jpg

then you would reference it like:

<Image src="/static/uploads/profile-avatars/placeholder.jpg" alt="user-avatar" />

In your last example you were missing /static/ before your image source.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@antonioOrtiz
Comment options

@rafaelalmeidatk
Comment options

Answer selected by rafaelalmeidatk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants