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 12:06:05 -03:00
|
|
|
plugins: ["gatsby-ipfs-web-wallet"],
|
2019-05-10 09:46:19 +00:00
|
|
|
}
|