feat: Add Matomo plugin

This commit is contained in:
2023-09-10 19:36:45 +02:00
parent d4a913bce9
commit daaca60b2b
3 changed files with 14 additions and 0 deletions

View File

@ -25,5 +25,13 @@ module.exports = {
// }
},
},
{
resolve: 'gatsby-plugin-matomo',
options: {
siteId: '3',
matomoUrl: 'https://analytics.louisgallet.fr',
siteUrl: 'https://louisgallet.fr'
}
}
],
};