我在生产版本(Gatsby build)中设置路由时遇到了一些问题,控制台中会弹出以下内容: error Building static HTML failed
5 | function __webpack_require\GatsbyPage\public\:news\:title contains invali d WI
我使用字体-令人敬畏的svg图标,但我意识到它们可能会对我的网站的LCP产生重大影响,所以我试图替换它们。我进入我的html并复制svg代码,并将这些svg组件放入svg文件中。它们在我的photoshop仿制品中作为图片打开,所以我认为它们应该是好的。import FacebookIcon from '../images/svg/email.svg'
我不太清楚我的构建发生了什么,目前gatsby develop返回指向此文件的TypeError: Cannot read property 'allMarkdownRemark' of undefined在返回有关项目error The system cannot find the path specified.的信息后,gatsby info将返回 这是gatsby-node.js文件 const,现在收到这个奇怪的错误。还包括我的</e