Skip to content

Commit

Permalink
docs: add Plausible integration (#2375)
Browse files Browse the repository at this point in the history
Change-Id: I84d457356da906e9fa0195c6d62649bf59312373
  • Loading branch information
jd authored Oct 2, 2023
1 parent c3e7ed8 commit aa891b6
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ const plugins = [
icon: 'src/assets/favicon.svg'
}
},
{
resolve: `gatsby-plugin-plausible`,
options: {
domain: `docs.mergify.com`,
},
},
'gatsby-plugin-offline',
{
resolve: 'gatsby-plugin-webfonts',
Expand Down
40 changes: 40 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"gatsby-plugin-mdx": "^5.12.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "^6.12.0",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-webfonts": "^2.3.2",
Expand Down

0 comments on commit aa891b6

Please sign in to comment.