设置说明
所有组件准备就绪(包括进口)
使用main.css-减少导入
限制组件数量-更好的概述
React图标
[React图标]
import { FaHome } from "react-icons/fa"
const Component = ( ) => {
return < FaHome xss=removed> < / FaHome >
}
使用常量以避免重复。
确保您的Strapi应用程序中存在此类内容类型。 或者在gatsby-config.js中替换/删除它们
{
resolve : `gatsby-source-strapi` ,
options : {
apiURL : `http://localhost:1337` ,
queryLimit : 1000 , // Default
2021-02-26 11:05:52
8.82MB
CSS
1