Files
benramey.com-gatsby.js/gatsby-config.js

11 lines
197 B
JavaScript

/**
* Configure your Gatsby site with this file.
*
* See: https://www.gatsbyjs.org/docs/gatsby-config/
*/
module.exports = {
/* Your site config here */
plugins: [`gatsby-plugin-sass`],
}