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: '
', }, }, - };