chore: fix gatsby config

This commit is contained in:
偏右 2019-11-15 18:57:54 +08:00 committed by GitHub
parent ff25461d2d
commit b5ed1b232c
1 changed files with 1 additions and 7 deletions

View File

@ -3,12 +3,8 @@ module.exports = {
{ {
resolve: '@antv/gatsby-theme-antv', resolve: '@antv/gatsby-theme-antv',
options: { options: {
pathPrefix: '/gatsby-theme-antv',
GATrackingId: 'UA-148148901-7', GATrackingId: 'UA-148148901-7',
pathPrefix: 'L7', pathPrefix: '/l7',
theme: {
'primary-color': '#722ED1',
},
}, },
}, },
], ],
@ -139,10 +135,8 @@ module.exports = {
}, },
}, },
], ],
exampleContainer: '<div style="min-height: 500px; justify-content: center;position: relative" id="map"/>',
playground: { playground: {
container: '<div style="min-height: 500px; justify-content: center;position: relative" id="map"/>', container: '<div style="min-height: 500px; justify-content: center;position: relative" id="map"/>',
}, },
}, },
}; };