Forked from PSF repo

This commit is contained in:
Chris Troutner
2022-02-18 17:33:35 -08:00
commit f7f5077902
20 changed files with 58270 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
/**
* Configure your Gatsby site with this file.
*
* See: https://www.gatsbyjs.org/docs/gatsby-config/
*/
module.exports = {
/* Your site config here */
plugins: [
'gatsby-ipfs-web-wallet',
'gatsby-plugin-bch-tx-history'
]
}