Open renenadorp opened 1 year ago
Gatsby build fails with error source-google-docs: Expected property name or '}' in JSON at position 1
Gatsby build
source-google-docs: Expected property name or '}' in JSON at position 1
Versions:
Gatsby.config.js:
/** * @type {import('gatsby').GatsbyConfig} */ module.exports = { siteMetadata: { title: `pkm`, siteUrl: `https://www.yourdomain.tld` }, plugins: ["gatsby-plugin-postcss", "gatsby-plugin-mdx", { resolve: "gatsby-source-google-docs", options: { // https://drive.google.com/drive/folders/FOLDER_ID https://drive.google.com/drive/folders/15DxH7Yrn_EnbnMqNmZ766j5woMAectFN folder: "15DxH7Yrn_EnbnMqNmZ766j5woMAectFN", createPages: true, }, }, ] };
I've followed instructions described in https://www.gatsbyjs.com/plugins/gatsby-source-google-docs/.
I'm stuck now.
Gatsby build
fails with errorsource-google-docs: Expected property name or '}' in JSON at position 1
Versions:
Gatsby.config.js:
I've followed instructions described in https://www.gatsbyjs.com/plugins/gatsby-source-google-docs/.
I'm stuck now.