mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-01 12:29:49 +01:00
parent
905c9c661d
commit
f04f7acadf
@ -24,6 +24,7 @@ Plugin for [Gatsby](https://www.gatsbyjs.org) to add tracking with the open-sour
|
|||||||
* don't load anything in non-production environments
|
* don't load anything in non-production environments
|
||||||
* consent mode for privacy
|
* consent mode for privacy
|
||||||
* allow loading tracking script locally
|
* allow loading tracking script locally
|
||||||
|
* define paths to be excluded from tracking
|
||||||
* dev mode for local development
|
* dev mode for local development
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"gatsby-plugin-favicon": "^3.1.4",
|
"gatsby-plugin-favicon": "^3.1.4",
|
||||||
"gatsby-plugin-feed": "^2.0.11",
|
"gatsby-plugin-feed": "^2.0.11",
|
||||||
"gatsby-plugin-lunr": "^1.2.0",
|
"gatsby-plugin-lunr": "^1.2.0",
|
||||||
"gatsby-plugin-matomo": "^0.5.1",
|
"gatsby-plugin-matomo": "^0.6.0",
|
||||||
"gatsby-plugin-meta-redirect": "^1.1.1",
|
"gatsby-plugin-meta-redirect": "^1.1.1",
|
||||||
"gatsby-plugin-offline": "^2.0.18",
|
"gatsby-plugin-offline": "^2.0.18",
|
||||||
"gatsby-plugin-react-helmet": "^3.0.4",
|
"gatsby-plugin-react-helmet": "^3.0.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user