jxnblk/mdx-deck

Working with static assets (images) in v3

Open

#401 创建于 2019年7月18日

在 GitHub 查看
 (9 评论) (9 反应) (0 负责人)JavaScript (11,169 star) (662 fork)batch import
bughelp wanted

描述

Before I used my images as:

![](images/something.png)

<img src="images/something.png" />

While keeping a top level images folder in my project and that worked fine. With the move to v3 this stopped working. I dug a bit into Gatsby and tried moving my images folder into a static folder, but that did not work.

How can we use static resources, such as images? Is there still a folder being served?

贡献者指南