Merge pull request #61 from antvis/fix-gatsby-config

fix: duplicated gatsby config
This commit is contained in:
@thinkinggis 2019-11-15 19:02:33 +08:00 committed by GitHub
commit a8c1ffd9b6
1 changed files with 1 additions and 7 deletions

View File

@ -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: '<div style="min-height: 500px; justify-content: center;position: relative" id="map"/>',
playground: {
container: '<div style="min-height: 500px; justify-content: center;position: relative" id="map"/>',
},
},
};