Skip to content
Snippets Groups Projects
gatsby-node.js 176 B
Newer Older
/**
 * Implement Gatsby's Node APIs in this file.
 *
 * See: https://www.gatsbyjs.com/docs/node-apis/
 */

exports.onPreInit = () => console.log("Loaded gatsby-theme-onegeo");