jxnblk/mdx-deck

Working with static assets (images) in v3

Ouverte

#401 ouverte le 18 juil. 2019

 (9 commentaires) (9 réactions) (0 personne assignée)JavaScript (594 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (11 500 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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?

Guide contributeur