大家晚上好,有人可以帮我吗?
我的Github存储库中装有Gatsby CMS,我有两个不同的分支,即master和development。 为了部署我的更改,我使用从master分支部署的netlify。从我的开发中合并后,我会定期部署master分支,但它会像没有发生任何事情一样继续发布,并保持与以前的提交相同的状态。您能告诉我我在哪里弄乱了配置吗?
https://github.com/Hdz/gatsby-starter-netlify-cms
第二个问题。我想添加“ gatsby-source-googlemaps-static”
当我放
resolve: `gatsby-source-googlemaps-static`,
options: {
key: `key`,
center: `47.330209,-1.5219381`,
},
},
在我的gatsby-config.js中,当我尝试部署时出现此错误:
6:33:13 PM: error "gatsby-source-googlemaps-static" threw an error while running the sourceNodes lifecycle:
6:33:13 PM: Request failed with status code 403
6:33:13 PM:
6:33:13 PM:
6:33:13 PM: Error: Request failed with status code 403
6:33:13 PM:
6:33:13 PM: - createError.js:16 createError
6:33:13 PM: [repo]/[axios]/lib/core/createError.js:16:15
6:33:13 PM:
6:33:13 PM: - settle.js:17 settle
6:33:13 PM: [repo]/[axios]/lib/core/settle.js:17:12
6:33:13 PM:
6:33:13 PM: - http.js:236 IncomingMessage.handleStreamEnd
6:33:13 PM: [repo]/[axios]/lib/adapters/http.js:236:11
6:33:13 PM:
6:33:13 PM: - task_queues.js:84 processTicksAndRejections
6:33:13 PM: internal/process/task_queues.js:84:21
6:33:13 PM:
6:33:13 PM:
6:33:13 PM: not finished source and transform nodes - 0.528s
我真的不明白。有人也能找到我吗?
祝您有个愉快的一天/晚上。
我尝试遵循此规则:https://www.gatsbyjs.com/plugins/gatsby-source-googlemaps-static/