mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
14 lines
244 B
JavaScript
14 lines
244 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-ipfs-web-wallet',
|
|
'gatsby-plugin-bch-tx-history'
|
|
]
|
|
}
|