@moonraaSubmitted about 3 years ago
christopher II
@donchriscorleoneAll comments
- @donchriscorleonePosted about 3 years ago
When using GitHub, use the absolute path when accessing file sources like images.
like this: <img src="./images/file-name.jpg"> (note the "." in the beginning of the path)
1