I am adding an image in markdown which is hosted on GitHub.

When I run the docusaurus server using npm start
it doesn't load the image for me but returns 404 Not Found.
By visiting the image URL, you can see the hosted image is present.
Any ideas on how to fix this? I'm on Docusaurus 1.14.
Thank you
This is not a Docusaurus issue.
The image URL is a GitHub page containing the image, of HTML type, not an image file. You can obtain the image URL by right clicking and getting the source. Try this - https://raw.githubusercontent.com/neutraltone/awesome-stock-resources/master/img/splash.jpg