标签: gatsby strapi
是否可以在像Strapi这样的无头cm内编辑siteMetaData文件中的gatsby-config.js?我想让我的客户能够编辑该信息,而不必自己对其进行硬编码。
siteMetaData
gatsby-config.js
如果是这样,我该怎么办?
谢谢。
答案 0 :(得分:0)
这是不可能的。在此处检查gatsby的构建顺序:gatsby build sequence
答案 1 :(得分:0)
实际上,可以通过创建自定义字段并在构建时查询该自定义字段来实现此目的。
对于 Strapi,请参阅: https://strapi.io/documentation/user-docs/latest/content-types-builder/configuring-fields-content-type.html
内容见: https://www.contentful.com/developers/docs/extensibility/field-editors/
对于棱镜见:https://prismic.io/docs/core-concepts/fields