mirror of https://gitee.com/antv-l7/antv-l7
🚀 l7.antv.vision
This commit is contained in:
parent
da604e266f
commit
71d5aa06f7
|
@ -4,13 +4,13 @@ module.exports = {
|
||||||
resolve: '@antv/gatsby-theme-antv',
|
resolve: '@antv/gatsby-theme-antv',
|
||||||
options: {
|
options: {
|
||||||
GATrackingId: 'UA-148148901-7',
|
GATrackingId: 'UA-148148901-7',
|
||||||
pathPrefix: '/L7'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
siteMetadata: {
|
siteMetadata: {
|
||||||
title: 'L7',
|
title: 'L7',
|
||||||
description: 'Large-scale WebGL-powered Geospatial data visualization analysis framework',
|
description: 'Large-scale WebGL-powered Geospatial data visualization analysis framework',
|
||||||
|
siteUrl: 'https://l7.antv.vision',
|
||||||
githubUrl: 'https://github.com/antvis/L7',
|
githubUrl: 'https://github.com/antvis/L7',
|
||||||
navs: [
|
navs: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antv/g2": "^3.5.9",
|
"@antv/g2": "^3.5.9",
|
||||||
"@antv/gatsby-theme-antv": "^0.9.52",
|
"@antv/gatsby-theme-antv": "^0.9.85",
|
||||||
"@babel/cli": "^7.6.4",
|
"@babel/cli": "^7.6.4",
|
||||||
"@babel/core": "^7.6.4",
|
"@babel/core": "^7.6.4",
|
||||||
"@babel/plugin-proposal-decorators": "^7.6.0",
|
"@babel/plugin-proposal-decorators": "^7.6.0",
|
||||||
|
|
Loading…
Reference in New Issue