newGatsbyPortfolio:使用Gatsby和Strapi构建的新投资组合网站 源码
设置说明 所有组件准备就绪(包括进口) 使用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
文件列表
newGatsbyPortfolio-main.zip
(预估有个47文件)
newGatsbyPortfolio-main
.prettierignore
45B
src
constants
gatsby-fragments.js
28B
socialLinks.js
1KB
services.js
860B
links.js
686B
pages
contact.js
150B
暂无评论