11 lines
177 B
JavaScript
11 lines
177 B
JavaScript
/**
|
|
* Configure your Gatsby site with this file.
|
|
*
|
|
* See: https://www.gatsbyjs.org/docs/gatsby-config/
|
|
*/
|
|
|
|
module.exports = {
|
|
/* Your site config here */
|
|
plugins: [],
|
|
}
|