我正在尝试将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中引用的图像,如上所示?我需要为每个图像编写查询吗?