Unable to fetch images #44
-
I am trying to fetch images from my remote repository along with markdown files. Markdown files are fetched without any problem. However images are not fetched correctly. Here is a sample of my plugin options:
The code is pushed to this repo here https://github.com/LakshmiLavanyaKasturi/docs-1/tree/docusaurus-plugin . I saw the question on #43 but could not follow how to give this in the face of an image. Also could not follow the discussion on the https://axios-http.com/docs/req_config for fetching images. Your help is much appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You would need to have 2 instances of the plugin - 1 for markdown, and the other for images. With the images one, you would add |
Beta Was this translation helpful? Give feedback.
You would need to have 2 instances of the plugin - 1 for markdown, and the other for images. With the images one, you would add
requestConfig: { responseType: "arraybuffer" }
.