readme update

This commit is contained in:
Matthias Kretschmann 2021-11-28 15:43:56 +00:00
parent 1d07e0f769
commit b9f0d3d1db
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
[![Build Status](https://github.com/kremalicious/gatsby-plugin-matomo/workflows/CI%2FCD%20Pipeline/badge.svg)](https://github.com/kremalicious/gatsby-plugin-matomo/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/067339a02f2058f5ba01/maintainability)](https://codeclimate.com/github/kremalicious/gatsby-plugin-matomo/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/067339a02f2058f5ba01/test_coverage)](https://codeclimate.com/github/kremalicious/gatsby-plugin-matomo/test_coverage)
[![Dependabot enabled](https://badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot)](https://dependabot.com/)
> 🥂 Gatsby plugin to add Matomo (formerly Piwik) onto a site. https://kremalicious.com/gatsby-plugin-matomo/
@ -101,7 +100,7 @@ plugins: [
cookieDomain: '*.example.org',
localScript: '/piwik.js',
dev: false,
enableJSErrorTracking: true,
enableJSErrorTracking: true
}
}
]