From a17a5efed9a55131a0799eb8f5376c0e97f71f54 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 14 Oct 2019 18:42:27 +0800 Subject: [PATCH] Add GATrackingId --- gatsby-config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index dfeddb941..c6042826b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -4,7 +4,9 @@ module.exports = { plugins: [ { resolve: `@antv/gatsby-theme-antv`, - options: {}, + options: { + GATrackingId: 'UA-148148901-1', + }, }, ], siteMetadata: {