Skip to content

Commit f600f25

Browse files
author
Noah Lee
authored
Configure google analytics (#12)
1 parent 5dc454e commit f600f25

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docusaurus.config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ const config = {
2828
},
2929
],
3030
},
31+
],
32+
[
33+
'@docusaurus/plugin-google-analytics',
34+
{
35+
trackingID: 'G-DWC4MY4M08',
36+
anonymizeIP: true,
37+
},
3138
],
3239
],
3340

@@ -59,7 +66,7 @@ const config = {
5966
({
6067
metadata: [
6168
{name: 'og:image', content: '/img/logo.svg'},
62-
{name: 'keywords', content: 'github, github deployment api, deploy, continuous deployment, continuous delivery, cicd'}
69+
{name: 'keywords', content: 'github, github deployment api, github environment, deploy, continuous deployment, continuous delivery, cicd'}
6370
],
6471
navbar: {
6572
title: 'Gitploy',

0 commit comments

Comments
 (0)