-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image prefixing not working #230
Comments
Should we add a chapter about images in our docs and mention this there? |
@jckr I assumed I tried both:
and the resulting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please see uber/h3#274
I couldn't find a way to use relative paths (such as
ijkp.png
, relative to the images directory, or/images/ijkp.png
, relative to the site root) to refer to images. Instead I had to hardcode the path prefix, which results in breaking the development version of the site.The text was updated successfully, but these errors were encountered: