尝试使用两个不同的图像小部件在单个页面上输入内容时,我得到一个怪异的结果:我可以使用graphql获取图像路径,但是图像不使用gatsby-image处理,这意味着我只能得到一个包含以下内容的字符串:路径,而不是通常的对象。
其他只有一张图像的页面没有此问题。也就是说,使用gatsby备注图像+ gatsby备注相对图像+ gatsby图像
我的config.yml的相关部分:
- label: Impression 2D/3D
name: impression
file: src/content/impression.md
fields:
- label: Image Impression 3D
name: image-3d
widget: image
allow_multiple: false
- label: Présentation Impression 3D
name: impression-3d
widget: markdown
- label: Image Impression 2D
name: image-2d
widget: image
allow_multiple: false
- label: Présentation Impression 2D
name: impression-2d
widget: markdown