UNPKG

pebblebed

Version:

Simplified interactions with Google Datastore for NodeJS

42 lines (41 loc) 866 B
module.exports = { pathPrefix: "/pebblebed", plugins: [ "gatsby-plugin-sass", { resolve: `gatsby-source-filesystem`, options: { path: `${__dirname}/src/markdown`, name: "markdown-pages", }, }, { resolve: `gatsby-transformer-remark`, options: { plugins: [ { resolve: "gatsby-remark-prismjs", options: { classPrefix: "language-", }, }, { resolve: `gatsby-remark-images`, options: { maxWidth: 1000, linkImagesToOriginal: false, } } ], }, }, ], }; /* * { resolve: "gatsby-plugin-typography", options: { pathToConfigModule: "src/utils/typography.js", }, }, * */