2019-05-10 09:46:19 +00:00
|
|
|
/**
|
|
|
|
|
* Configure your Gatsby site with this file.
|
|
|
|
|
*
|
|
|
|
|
* See: https://www.gatsbyjs.org/docs/gatsby-config/
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
|
/* Your site config here */
|
2020-07-06 15:13:35 -07:00
|
|
|
plugins: ['gatsby-ipfs-web-wallet']
|
2019-05-10 09:46:19 +00:00
|
|
|
}
|