We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3fca0 commit c6f25caCopy full SHA for c6f25ca
1 file changed
gatsby-config.js
@@ -199,6 +199,15 @@ module.exports = {
199
include: path.resolve(__dirname, 'src/images')
200
}
201
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
+ }
211
212
]
213
};
0 commit comments