From 86cbb8a0d45ba69c920e12830fa609c9c6025f00 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 21 Nov 2019 12:36:59 +0800 Subject: [PATCH 1/2] :rocket: l7.antv.vision --- gatsby-config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 94405ca5e5..639838afee 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -4,13 +4,13 @@ module.exports = { resolve: '@antv/gatsby-theme-antv', options: { GATrackingId: 'UA-148148901-7', - pathPrefix: '/L7' } } ], siteMetadata: { title: 'L7', description: 'Large-scale WebGL-powered Geospatial data visualization analysis framework', + siteUrl: 'https://l7.antv.vision', githubUrl: 'https://github.com/antvis/L7', navs: [ { diff --git a/package.json b/package.json index 0bfd8c2720..1690497465 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "devDependencies": { "@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/core": "^7.6.4", "@babel/plugin-proposal-decorators": "^7.6.0", From 3461618dfeb39ba4ff7c650eefd7382e633ed37d Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 21 Nov 2019 18:07:48 +0800 Subject: [PATCH 2/2] :up: upgrade @antv/gatsby-theme-antv --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1690497465..b397f90b63 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "devDependencies": { "@antv/g2": "^3.5.9", - "@antv/gatsby-theme-antv": "^0.9.85", + "@antv/gatsby-theme-antv": "^0.9.92", "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/plugin-proposal-decorators": "^7.6.0",