From 8c4ebd359fada5bd59aa8e4a0ff4694edefa6ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Fri, 15 Nov 2019 18:57:54 +0800 Subject: [PATCH] chore: fix gatsby config --- gatsby-config.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 9f9dfc7892..97b8c10f64 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -3,12 +3,8 @@ module.exports = { { resolve: '@antv/gatsby-theme-antv', options: { - pathPrefix: '/gatsby-theme-antv', GATrackingId: 'UA-148148901-7', - pathPrefix: 'L7', - theme: { - 'primary-color': '#722ED1', - }, + pathPrefix: '/l7', }, }, ], @@ -139,10 +135,8 @@ module.exports = { }, }, ], - exampleContainer: '
', playground: { container: '
', }, }, - };