mirror of https://gitee.com/antv-l7/antv-l7
Merge pull request #61 from antvis/fix-gatsby-config
fix: duplicated gatsby config
This commit is contained in:
commit
a8c1ffd9b6
|
@ -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"/>',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue