Skip to content

Commit

Permalink
Add analytics to main site (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Nov 9, 2020
1 parent 1b486fe commit 8a140d0
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 15 deletions.
22 changes: 15 additions & 7 deletions .pnp.js

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"gatsby-image": "^2.4.9",
"gatsby-plugin-manifest": "^2.4.14",
"gatsby-plugin-offline": "^3.2.13",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.6.14",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-source-filesystem": "^2.3.14",
Expand Down
4 changes: 3 additions & 1 deletion src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ function SEO({ description, lang, meta, title }) {
content: metaDescription,
},
].concat(meta)}
/>
>
<script async defer data-domain="cuhacking.com" src="http://analytics.cuhacking.com/js/plausible.js"></script>
</Helmet>
)
}

Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.11.2":
version: 7.12.5
resolution: "@babel/runtime@npm:7.12.5"
dependencies:
regenerator-runtime: ^0.13.4
checksum: 423fb0079353db2faa0dad0cbdf0a90fbc5b511d1f77e5645d1aa0b144a144e24502bb023c12a31d7dca63b6e16ae36afa59992f0404e92e21de211051c361e3
languageName: node
linkType: hard

"@babel/standalone@npm:^7.10.2":
version: 7.11.4
resolution: "@babel/standalone@npm:7.11.4"
Expand Down Expand Up @@ -8571,15 +8580,15 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"gatsby-plugin-react-helmet@npm:^3.3.6":
version: 3.3.10
resolution: "gatsby-plugin-react-helmet@npm:3.3.10"
"gatsby-plugin-react-helmet@npm:^3.3.14":
version: 3.3.14
resolution: "gatsby-plugin-react-helmet@npm:3.3.14"
dependencies:
"@babel/runtime": ^7.10.3
"@babel/runtime": ^7.11.2
peerDependencies:
gatsby: ^2.0.0
react-helmet: ^5.1.3 || ^6.0.0
checksum: d2f5605f5366ddbdfa87bac6ab5e7afd36d6190151cb0132b834cbb746c9655eb696ea661d750755f4bb8dc9735f2343f3a2c51ddee5cf71abd3144fbcbb3815
checksum: ac54f074ffd12625e83de5c633ba0aa239c9b1e387bb9f781ae0fce35c7e1d7cbbbfa4a17540a27b25cbbdccc3ce3d0fe15feee1df22ee74b0f13e7277ead1ce
languageName: node
linkType: hard

Expand Down Expand Up @@ -12006,7 +12015,7 @@ fsevents@~2.1.2:
gatsby-image: ^2.4.9
gatsby-plugin-manifest: ^2.4.14
gatsby-plugin-offline: ^3.2.13
gatsby-plugin-react-helmet: ^3.3.6
gatsby-plugin-react-helmet: ^3.3.14
gatsby-plugin-root-import: ^2.0.5
gatsby-plugin-sharp: ^2.6.14
gatsby-plugin-styled-components: ^3.3.10
Expand Down

0 comments on commit 8a140d0

Please sign in to comment.