Closed Shailendra1703 closed 2 months ago
It works for me. Can you send the code you're using, please?
It works for me. Can you send the code you're using, please?
I'm simply importing my image from the public folder with the below syntax.
![myimage](/public/images/myblog.jp)
console.log("Hello World");
I think your problem is with directory.
Try removing /public
:
![myimage](/public/images/myblog.jp)
![myimage](/images/myblog.jp)
I tried using the mdx format but it didn't worked for me
![alttext](image path)
can any one suggest how can I use images inside a blog post ?