mirror of https://gitee.com/antv-l7/antv-l7
chore: fix gatsby config
This commit is contained in:
parent
ff25461d2d
commit
b5ed1b232c
|
@ -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"/>',
|
||||
},
|
||||
},
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue