gatsbyjs-是否应该对图像使用GraphQL?

时间:2019-01-16 16:29:21

标签: reactjs graphql gatsby

我正在尝试将Saasland模板用于gatsby。我是gatsby的新手,也是graphql的新手。

layout.js

import 'bootstrap/dist/css/bootstrap.min.css'
import "./layout.module.css"

layout.module.css具有Saasland模板中的所有样式类。对于图像,css具有:

background: url("../images/home5/shap_tecture.png")

在将这些图像加载到组件(页面)上时,我已经遇到问题。

从上一个问题开始,我被告知遵循https://www.gatsbyjs.org/docs/working-with-images/处理图像。

因此,如何将GraphQL用于在CSS中引用的图像,如上所示?我需要为每个图像编写查询吗?

0 个答案:

没有答案