feat: ✨ Add Matomo plugin
This commit is contained in:
parent
d4a913bce9
commit
daaca60b2b
@ -25,5 +25,13 @@ module.exports = {
|
|||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
resolve: 'gatsby-plugin-matomo',
|
||||||
|
options: {
|
||||||
|
siteId: '3',
|
||||||
|
matomoUrl: 'https://analytics.louisgallet.fr',
|
||||||
|
siteUrl: 'https://louisgallet.fr'
|
||||||
|
}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gatsby": "^5.0.1",
|
"gatsby": "^5.0.1",
|
||||||
|
"gatsby-plugin-matomo": "^0.16.1",
|
||||||
"gatsby-theme-portfolio-minimal": "latest",
|
"gatsby-theme-portfolio-minimal": "latest",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
|
@ -5548,6 +5548,11 @@ gatsby-plugin-manifest@^4.18.1:
|
|||||||
semver "^7.3.7"
|
semver "^7.3.7"
|
||||||
sharp "^0.30.7"
|
sharp "^0.30.7"
|
||||||
|
|
||||||
|
gatsby-plugin-matomo@^0.16.1:
|
||||||
|
version "0.16.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.16.1.tgz#53424ab558e17b115ecef5dacb293fabd361aa49"
|
||||||
|
integrity sha512-WP1m8ruakNQK1y/LvPDFjsEYbtSYFKY5OJLe9xt/wEiDO/icEgfwtaomlnWxAj58/MdwY4znVuqcarEQiwo23A==
|
||||||
|
|
||||||
gatsby-plugin-offline@^6.0.0:
|
gatsby-plugin-offline@^6.0.0:
|
||||||
version "6.12.0"
|
version "6.12.0"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-6.12.0.tgz#c09bc2f0028df445aa2a463f1fbe4b9bcc87975d"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-6.12.0.tgz#c09bc2f0028df445aa2a463f1fbe4b9bcc87975d"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user