gatsby-source-graphcms:GraphCMS项目的官方Gatsby源代码插件

时间:2024-05-18 07:52:29
【文件属性】:

文件名称:gatsby-source-graphcms:GraphCMS项目的官方Gatsby源代码插件

文件大小:264KB

文件格式:ZIP

更新时间:2024-05-18 07:52:29

gatsby gatsby-plugin graphcms gatsby-source JavaScript

gatsby-source-graphcms GraphCMS项目的官方Gatsby源代码插件 • •• • 安装 yarn add gatsby-source-graphcms gatsby-plugin-image 配置 我们建议将环境变量与GraphCMS token和endpoint值一起使用。 您可以了解有关在Gatsby中使用环境变量的更多信息。 基本的 // gatsby-config.js module . exports = { plugins : [ { resolve : 'gatsby-source-graphcms' , options : { endpoint : process . env . GRAPHCMS_ENDPOINT , } , } , ] , } 授权 您还可


网友评论