Skip to content

Commit c6f25ca

Browse files
committed
Added fathom config
1 parent 9c3fca0 commit c6f25ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

gatsby-config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,15 @@ module.exports = {
199199
include: path.resolve(__dirname, 'src/images')
200200
}
201201
}
202+
},
203+
{
204+
resolve: 'gatsby-plugin-fathom',
205+
options: {
206+
// Your custom domain, defaults to `cdn.usefathom.com`
207+
trackingUrl: 'processing.org',
208+
// Unique site id
209+
siteId: 'DKYMXLKT'
210+
}
202211
}
203212
]
204213
};

0 commit comments

Comments
 (0)